From 4cbf6f514512db80b4eb46871947986296a715e2 Mon Sep 17 00:00:00 2001 From: DustyBagel <150477174+DustyBagel@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:11:35 -0500 Subject: [PATCH] Revert CIrrDeviceSDL.cpp --- irr/src/CIrrDeviceSDL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irr/src/CIrrDeviceSDL.cpp b/irr/src/CIrrDeviceSDL.cpp index eac3a9344..2f72e6223 100644 --- a/irr/src/CIrrDeviceSDL.cpp +++ b/irr/src/CIrrDeviceSDL.cpp @@ -704,7 +704,7 @@ bool CIrrDeviceSDL::run() { os::Timer::tick(); - SEvent irrevent{}; + SEvent irrevent; SDL_Event SDL_event; while (!Close && wrap_PollEvent(&SDL_event)) {