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 <campbell@blender.org>2022-08-18 01:46:24 +0300
committerCampbell Barton <campbell@blender.org>2022-08-18 01:46:24 +0300
commitcfe5bf4b2222f7cd1b41e7ee7f6fa84e807aaeb0 (patch)
tree19e7a2d0b59890f9270a0fb66b11cc0d35220a79 /source/blender/draw
parentf197b1a1f1bbc0334310fb1c911327246767a1a3 (diff)
Cleanup: spelling, format
Diffstat (limited to 'source/blender/draw')
-rw-r--r--source/blender/draw/engines/eevee_next/eevee_light.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/eevee_next/eevee_light.cc b/source/blender/draw/engines/eevee_next/eevee_light.cc
index 5392816124b..558a9846ced 100644
--- a/source/blender/draw/engines/eevee_next/eevee_light.cc
+++ b/source/blender/draw/engines/eevee_next/eevee_light.cc
@@ -337,7 +337,7 @@ void LightModule::end_sync()
light_map_.remove(key);
}
- /* Update sampling on deletion or un-hidding (use_scene_lights). */
+ /* Update sampling on deletion or un-hiding (use_scene_lights). */
if (assign_if_different(light_map_size_, light_map_.size())) {
inst_.sampling.reset();
}