1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Revert CIrrDeviceSDL.cpp

This commit is contained in:
DustyBagel 2024-07-26 15:11:35 -05:00 committed by GitHub
parent 6b12a6d55a
commit 4cbf6f5145
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -704,7 +704,7 @@ bool CIrrDeviceSDL::run()
{
os::Timer::tick();
SEvent irrevent{};
SEvent irrevent;
SDL_Event SDL_event;
while (!Close && wrap_PollEvent(&SDL_event)) {