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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-10-18 17:01:08 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-10-18 17:01:08 +0300
commit47bcd4abad913814211ed6906dfd43bdec09855b (patch)
tree920c0bf3302b58caed43a8737e54bb4dc5b09961 /source/blender/depsgraph
parent6a17d52f062e8dd5f0791d618d2657a6a6375aef (diff)
Depsgraph: Make code correct
Was a residue from some debug.
Diffstat (limited to 'source/blender/depsgraph')
-rw-r--r--source/blender/depsgraph/intern/depsgraph.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph.cc b/source/blender/depsgraph/intern/depsgraph.cc
index b146d4a432b..fe4621d2ed4 100644
--- a/source/blender/depsgraph/intern/depsgraph.cc
+++ b/source/blender/depsgraph/intern/depsgraph.cc
@@ -62,7 +62,7 @@ extern "C" {
#include "intern/depsgraph_intern.h"
#include "util/deg_util_foreach.h"
-static bool use_copy_on_write = true;
+static bool use_copy_on_write = false;
bool DEG_depsgraph_use_copy_on_write(void)
{