Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-05-03 17:42:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-05-03 17:44:53 +0300
commit888a697e247f60a7eac33385c91c490c5b05bee0 (patch)
treeb257917017dcf08a2b34122470f6ea99f6cf6a63 /source/blender/draw/engines/gpencil
parent12d8720b9be46674c23d4e1cc45159695ed06cf4 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/draw/engines/gpencil')
-rw-r--r--source/blender/draw/engines/gpencil/gpencil_shader_fx.c2
1 files changed, 1 insertions, 1 deletions
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;