Cleanup: compiler warnings

This commit is contained in:
2020-03-27 23:20:55 +01:00
parent d85026db15
commit 90aa771b30
4 changed files with 11 additions and 43 deletions

View File

@@ -32,7 +32,7 @@
namespace DEG {
RuntimeBackup::RuntimeBackup(const Depsgraph *depsgraph)
: have_backup(nullptr),
: have_backup(false),
animation_backup(depsgraph),
scene_backup(depsgraph),
sound_backup(depsgraph),