diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-30 19:54:20 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-30 19:54:20 +0100 |
| commit | 7453d878cc1d7549d908414aefd31fb1ac360ccb (patch) | |
| tree | 3e6d056a56a59bc54af52fc7bb3d744f1fdf5644 /editor/update.cpp | |
| parent | ae91983d0a6166910f44e0dc9a151a80359e1908 (diff) | |
editor: random krap
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 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) |
