Fix for building with MSVC

This commit is contained in:
2021-04-23 11:32:32 +10:00
parent a23e49c696
commit 0817763624

View File

@@ -33,7 +33,7 @@ namespace blender::deg {
RuntimeBackup::RuntimeBackup(const Depsgraph *depsgraph)
: have_backup(false),
id_data({.py_instance = nullptr}),
id_data({nullptr}),
animation_backup(depsgraph),
scene_backup(depsgraph),
sound_backup(depsgraph),