From 91ffa8637cddddae07c42115788e5104a5faca7f Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 1 Feb 2025 23:19:16 +0500 Subject: feat: tile rotation --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 6c09c7b..d889b0c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,6 +36,7 @@ int main() { if (event.has_value()) { sf::Event e = event.value(); ImGui::SFML::ProcessEvent(window, e); + editor.update(e); } // (cv pasted from -- cgit v1.2.3