diff options
Diffstat (limited to 'editor/events.cpp')
| -rw-r--r-- | editor/events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/events.cpp b/editor/events.cpp index 8eb99677..77d9db11 100644 --- a/editor/events.cpp +++ b/editor/events.cpp @@ -49,7 +49,7 @@ void app::clear_keys(key min_inclusive, key max_exclusive) void app::clear_keys() { keys_->reset(); - key_modifiers = {}; + key_modifiers = StaticArray<key_COUNT, int>{ValueInit}; } void app::on_mouse_move(const mouse_move_event& event) noexcept |
