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:
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();