summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--editor/app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index 5a52ef58..5b4497b0 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -106,7 +106,7 @@ private:
wireframe_mesh<wireframe::box> _wireframe_box {_wireframe_texture};
editor _editor;
key_set keys;
- std::array<int, key_set::COUNT> key_modifiers;
+ std::array<int, key_set::COUNT> key_modifiers = {};
cursor_state cursor;
};