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, 2 insertions, 0 deletions
diff --git a/editor/update.cpp b/editor/update.cpp
index 2311d478..d90023b7 100644
--- a/editor/update.cpp
+++ b/editor/update.cpp
@@ -178,6 +178,8 @@ void app::do_key(key k, int mods)
if (k >= key_NO_REPEAT)
fm_warn("unhandled key: '%zu'", size_t(k));
return;
+ case key_noop:
+ return;
case key_rotate_tile:
return do_rotate(false);
case key_emit_timestamp: