From: Steinar H. Gunderson Date: Mon, 23 Jul 2018 16:35:32 +0000 (+0200) Subject: Fix a typo. X-Git-Tag: 1.8.0~76^2~186 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9972c0232a1979f41c81c99b639a8f3b61394125;p=nageru Fix a typo. --- diff --git a/densify.vert b/densify.vert index f32b9d4..4fbab18 100644 --- a/densify.vert +++ b/densify.vert @@ -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);