diff options
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 972af56e..3c8f45fe 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -167,7 +167,7 @@ void app::update(float dt) if ([[maybe_unused]] clickable_scenery* s = find_clickable_scenery(cursor.pixel)) M->set_cursor(std::uint32_t(Cursor::Hand)); else - M->set_cursor(std::uint32_t(Cursor::Arrow)); + set_cursor_from_imgui(); } } // namespace floormat |
