Fix remaining parts of T44881, missing update on loading file

This commit is contained in:
Sergey Sharybin 2015-08-28 18:28:48 +02:00
parent a068629abe
commit 36c408d861
Notes: blender-bot 2023-02-14 09:03:54 +01:00
Referenced by issue #44881, Indication of particles does not change even if I change Emit From of Particles system under the new dependence graph.
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ static DEG_EditorUpdateScenePreCb deg_editor_update_scene_pre_cb = NULL;
Depsgraph::Depsgraph()
: root_node(NULL),
need_update(false),
layers((1 << 20) - 1)
layers(0)
{
BLI_spin_init(&lock);
}