diff options
Diffstat (limited to 'editor/editor-types.hpp')
| -rw-r--r-- | editor/editor-types.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor-types.hpp b/editor/editor-types.hpp index ff8239b..f84b7d3 100644 --- a/editor/editor-types.hpp +++ b/editor/editor-types.hpp @@ -6,8 +6,8 @@ // TODO editor state (scene vs level) struct editor_master { - pke_scene *active_scene; - pk_str target_scene_path; + pke_scene *active_scene = nullptr; + pk_str target_scene_path = {}; bool shouldLoadScene = false; bool shouldSaveScene = false; }; |
