From 9972c0232a1979f41c81c99b639a8f3b61394125 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 23 Jul 2018 18:35:32 +0200 Subject: [PATCH] Fix a typo. --- densify.vert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2