Fix for building with MSVC

This commit is contained in:
Campbell Barton 2021-04-23 11:32:32 +10:00 committed by Jeroen Bakker
parent 47cc05471d
commit c5c35e9b47
Notes: blender-bot 2023-02-14 00:09:06 +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 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),