]> git.sesse.net Git - nageru/commitdiff
Fix a typo.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 23 Jul 2018 16:35:32 +0000 (18:35 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 23 Jul 2018 16:35:32 +0000 (18:35 +0200)
densify.vert

index f32b9d4151cbe3a4f587c2a6cf5225be426c7673..4fbab1803b9b22fcdb400092d3ac15ac01eabadc 100644 (file)
@@ -22,7 +22,7 @@ void main()
        // this is measured without variational refinement, so it might be moot
        // with it.
        //
-       // Tihs maps [0.0,1.0] to [-0.25 to 1.25), ie. extends the patch by 25% in
+       // This maps [0.0,1.0] to [-0.25,1.25], ie. extends the patch by 25% in
        // all directions.
        vec2 grown_pos = (position * 1.5) - vec2(0.25, 0.25);