Fix for building with MSVC

This commit is contained in:
Campbell Barton 2021-04-23 11:32:32 +10:00
parent a23e49c696
commit 0817763624
Notes: blender-bot 2023-02-14 10:21:11 +01:00
Referenced by issue #77348, Blender LTS: Maintenance Task 2.83
1 changed files with 1 additions and 1 deletions

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),