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 52011b73..468f89b1 100644
--- a/editor/update.cpp
+++ b/editor/update.cpp
@@ -85,7 +85,7 @@ void app::do_keys()
if (k[key::quickload])
do_quickload();
if (auto* ed = _editor.current(); ed && k[key::rotate_tile])
- ed->rotate_tile();
+ ed->toggle_rotation();
}
void app::update(float dt)