summaryrefslogtreecommitdiffhomepage
path: root/editor/update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/update.cpp')
-rw-r--r--editor/update.cpp2
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);
}