diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 16:47:38 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 16:47:38 +0200 |
commit | 27a04888cfeca3d3db127744dde60b67fe497b94 (patch) | |
tree | 95fdea56cd0832e272ed853c38b5c412c0d6f8c2 /editor/update.cpp | |
parent | bb17be56d2cd22949bf485c518d543a7e79a6b7d (diff) |
a
Diffstat (limited to 'editor/update.cpp')
-rw-r--r-- | editor/update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/update.cpp b/editor/update.cpp index 0f723648..bed45c94 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -53,7 +53,7 @@ void app::update(float dt) { do_camera(dt); draw_ui(); - if (_keys[key::quit]) + if (keys[key::quit]) M->quit(0); } |