cleaning boolean

This commit is contained in:
Dmugetsu 2025-03-13 03:41:42 -06:00
parent 2ac9b39d3c
commit d73a0eb8bf

View File

@ -343,7 +343,6 @@ void WindowSDL::WaitEvent() {
if (ImGui::Core::ProcessEvent(&event)) {
return;
}
bool is_game_running = true;
switch (event.type) {
case SDL_EVENT_WINDOW_RESIZED:
case SDL_EVENT_WINDOW_MAXIMIZED: