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/background.cpp')
-rw-r--r--intern/cycles/render/background.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/render/background.cpp b/intern/cycles/render/background.cpp
index c5b003fe6c5..919bd83f195 100644
--- a/intern/cycles/render/background.cpp
+++ b/intern/cycles/render/background.cpp
@@ -18,6 +18,7 @@
#include "background.h"
#include "device.h"
+#include "integrator.h"
#include "graph.h"
#include "nodes.h"
#include "scene.h"
@@ -74,6 +75,7 @@ bool Background::modified(const Background& background)
void Background::tag_update(Scene *scene)
{
+ scene->integrator->tag_update(scene);
need_update = true;
}