fix SDL_quinnevents.
This commit is contained in:
parent
15837ff4e1
commit
a7a7ed17b0
@ -168,7 +168,7 @@ void QUINN_PumpEvents(_THIS) {
|
|||||||
int i;
|
int i;
|
||||||
int l;
|
int l;
|
||||||
if (this->hidden->doexit == 1) {
|
if (this->hidden->doexit == 1) {
|
||||||
SDLK_PrivateQuit();
|
SDL_PrivateQuit();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (current_req_current) {
|
if (current_req_current) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user