diff options
Diffstat (limited to 'editor/ctor.cpp')
-rw-r--r-- | editor/ctor.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/ctor.cpp b/editor/ctor.cpp index 6b35b34c..6e7e435f 100644 --- a/editor/ctor.cpp +++ b/editor/ctor.cpp @@ -15,7 +15,8 @@ app::app(fm_settings&& opts) : _wireframe{InPlaceInit}, _tests{tests_data_::make()}, _editor{InPlaceInit, this}, - keys_{InPlaceInit, 0u} + keys_{InPlaceInit, 0u}, + key_modifiers{} { reset_world(); auto& w = M->world(); |