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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-06-08 17:43:38 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-06-08 17:43:38 +0400
commit0a54311450a727c891165ed2b32cda4589b4bd6f (patch)
treed73dcd081effc8d1402cf666c9460cac66ec5d29 /intern/cycles/render/light.h
parente2c02c47ad2489a63bea01f4bf5c876bdcee1c41 (diff)
Fix #35672: missing update when changing light ray visibility during viewport render.
Diffstat (limited to 'intern/cycles/render/light.h')
-rw-r--r--intern/cycles/render/light.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/render/light.h b/intern/cycles/render/light.h
index 0e833fdea1d..5b8d3c1d738 100644
--- a/intern/cycles/render/light.h
+++ b/intern/cycles/render/light.h
@@ -65,6 +65,7 @@ public:
class LightManager {
public:
+ bool use_light_visibility;
bool need_update;
LightManager();