FIXED SDL2 2.0.4 patchset. SDL2 was no longer handling any events. (#827)

This commit is contained in:
ksterker
2016-10-19 19:27:47 +00:00
committed by waddlesplash
parent e37de14e1c
commit 7e425de2ac

View File

@@ -257,7 +257,7 @@ index 36c2a1a..4676c58 100644
+ }
+ }
+
+ App = new BApplication(signature);
+ App = new SDL_BApp(signature);
App->Run();
delete App;