fix: build error on gcc
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-07-16 11:37:02 +03:30
parent 5bcb4cfdd3
commit 60944b9d49
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -55,7 +55,7 @@ void lWindow::on_event(const Event &event)
on_window_resize(dynamic_cast<const WindowResizedEvent &>(event)); on_window_resize(dynamic_cast<const WindowResizedEvent &>(event));
break; break;
default: default: break;
} }
} }