diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-09 16:05:14 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-09 16:05:14 -0400 |
| commit | 5daa12fed0449a7811fc25ec62236bc060a56fa7 (patch) | |
| tree | 5af5ff1c4de2ab49dd4d1db9934b3b4ee34a54c2 /editor/editor-types.cpp | |
| parent | c40277cd665e04d300ea839a1dd2ff675655f5fb (diff) | |
pke: first-pass promote pke_level over pke_scene
Major runtime ownership overhaul (scene -> level).
Major ecs 'marked for removal' overhaul, ensuring
that entities and their components are actually
being removed when levels are unloaded.
Diffstat (limited to 'editor/editor-types.cpp')
| -rw-r--r-- | editor/editor-types.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor-types.cpp b/editor/editor-types.cpp index b9d278a..7e2c392 100644 --- a/editor/editor-types.cpp +++ b/editor/editor-types.cpp @@ -1,4 +1,4 @@ #include "editor-types.hpp" -struct editor_master editor_mstr; +struct editor_master editor_mstr{}; |
