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/scene/scene.h')
-rw-r--r--intern/cycles/scene/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/scene/scene.h b/intern/cycles/scene/scene.h
index d1004bb7b66..d87cc37aafe 100644
--- a/intern/cycles/scene/scene.h
+++ b/intern/cycles/scene/scene.h
@@ -261,7 +261,7 @@ class Scene : public NodeOwner {
float motion_shutter_time();
bool need_update();
- bool need_reset();
+ bool need_reset(const bool check_camera = true);
void reset();
void device_free();