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:
authorDalai Felinto <dfelinto@gmail.com>2017-02-17 21:37:11 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-02-17 21:37:11 +0300
commitcb36dbe606d9e5bef32a756a60b1d77a92dccfa8 (patch)
treee811f66f723f1ed51273b29bea3564ad8c0860a7 /source/blender/blenkernel/BKE_layer.h
parent7868c0aa8b8c19c51d7bd7bb5fce9755c2011fcd (diff)
bug in DEG_OBJECT_ITER
Diffstat (limited to 'source/blender/blenkernel/BKE_layer.h')
-rw-r--r--source/blender/blenkernel/BKE_layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_layer.h b/source/blender/blenkernel/BKE_layer.h
index 54a047d6802..c2752ec1d70 100644
--- a/source/blender/blenkernel/BKE_layer.h
+++ b/source/blender/blenkernel/BKE_layer.h
@@ -210,7 +210,7 @@ void BKE_visible_bases_Iterator_end(Iterator *iter);
{ \
Object *instance_; \
/* temporary solution, waiting for depsgraph update */ \
- BKE_scene_layer_engine_settings_update(sl); \
+ BKE_scene_layer_engine_settings_update(sl_); \
\
/* flush all the data to objects*/ \
Base *base_; \