Depsgraph: Make code correct

Was a residue from some debug.
This commit is contained in:
Sergey Sharybin 2017-10-18 16:01:08 +02:00
parent 6a17d52f06
commit 47bcd4abad
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{