From 888a697e247f60a7eac33385c91c490c5b05bee0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 4 May 2021 00:42:34 +1000 Subject: Cleanup: spelling --- source/blender/draw/engines/gpencil/gpencil_shader_fx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/draw/engines') diff --git a/source/blender/draw/engines/gpencil/gpencil_shader_fx.c b/source/blender/draw/engines/gpencil/gpencil_shader_fx.c index ab90831f4ac..21d55357a2a 100644 --- a/source/blender/draw/engines/gpencil/gpencil_shader_fx.c +++ b/source/blender/draw/engines/gpencil/gpencil_shader_fx.c @@ -427,7 +427,7 @@ static void gpencil_vfx_glow(GlowShaderFxData *fx, Object *UNUSED(ob), gpIterVfx float ref_col[4]; if (fx->mode == eShaderFxGlowMode_Luminance) { - /* Only pass in the first value for luminace. */ + /* Only pass in the first value for luminance. */ ref_col[0] = fx->threshold; ref_col[1] = -1.0f; ref_col[2] = -1.0f; -- cgit v1.2.3