deselect tile when tile picker is closed

This commit is contained in:
Sven Balzer 2025-03-22 20:48:11 +01:00
parent f33ce18429
commit 5aba854534

View File

@ -1523,6 +1523,8 @@ int main(int argc, char **argv) {
}
}
ImGui::End();
} else {
selected_tile = -1;
}
if (show_demo_window)