Fix merge error in bpy_driver.c

This commit is contained in:
Campbell Barton 2018-06-18 15:09:55 +02:00
parent c655c65987
commit de4c81c153
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ float BPY_driver_exec(struct PathResolvedRNA *anim_rna, ChannelDriver *driver, C
{
Py_DECREF(expr_code);
expr_code = NULL;
PyTuple_SET_ITEM(((PyObject *)driver->expr_comp), 0, NULL);
PyTuple_SET_ITEM(((PyObject *)driver_orig->expr_comp), 0, NULL);
}
}
}