From d1eefc421544e2ea632fb35cb6bcaade4c39ce6b Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Mon, 19 Oct 2020 08:43:08 -0700 Subject: Spelling: Then Versus Than Corrects incorrect usages of the words 'then' and 'than'. Differential Revision: https://developer.blender.org/D9246 Reviewed by Campbell Barton --- source/blender/draw/intern/shaders/common_fxaa_lib.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/draw/intern/shaders/common_fxaa_lib.glsl') diff --git a/source/blender/draw/intern/shaders/common_fxaa_lib.glsl b/source/blender/draw/intern/shaders/common_fxaa_lib.glsl index 69af2d09af4..a87b4558227 100644 --- a/source/blender/draw/intern/shaders/common_fxaa_lib.glsl +++ b/source/blender/draw/intern/shaders/common_fxaa_lib.glsl @@ -68,7 +68,7 @@ NOTE the other tuning knobs are now in the shader function inputs! * * NOTES * ----------------------------------------------------------------------- - * 12 = slightly faster then FXAA 3.9 and higher edge quality (default) + * 12 = slightly faster than FXAA 3.9 and higher edge quality (default) * 13 = about same speed as FXAA 3.9 and better than 12 * 23 = closest to FXAA 3.9 visually and performance wise * _ = the lowest digit is directly related to performance -- cgit v1.2.3