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-02-14 03:19:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-14 03:19:06 +0300
commit3c1e70dedfc649180460ac869def657226c61653 (patch)
treee352c473d5f882eca2473e46bb9f06e128d7230e /source/blender/draw/intern/draw_common.c
parentf362dad19bf47dad43dd099b76a0eb80f75c4619 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/draw/intern/draw_common.c')
-rw-r--r--source/blender/draw/intern/draw_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_common.c b/source/blender/draw/intern/draw_common.c
index fef8ba4b606..132b5274517 100644
--- a/source/blender/draw/intern/draw_common.c
+++ b/source/blender/draw/intern/draw_common.c
@@ -168,7 +168,7 @@ void DRW_globals_update(void)
gb->colorBackground[0] + gb->colorBackground[1] + gb->colorBackground[2]) ?
20 :
-10,
- gb->colorGridEmphasise);
+ gb->colorGridEmphasis);
/* Grid Axis */
UI_GetThemeColorBlendShade4fv(TH_GRID, TH_AXIS_X, 0.5f, -10, gb->colorGridAxisX);
UI_GetThemeColorBlendShade4fv(TH_GRID, TH_AXIS_Y, 0.5f, -10, gb->colorGridAxisY);