mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 15:58:04 -05:00
Revert back. Sorry.
This commit is contained in:
parent
3bc25487ba
commit
696387e501
|
|
@ -1022,12 +1022,6 @@ CommonQuit(CommonState * state)
|
|||
SDL_AudioQuit();
|
||||
}
|
||||
if (state->windows) {
|
||||
int it;
|
||||
|
||||
for (it=0; it<state->num_windows; it++)
|
||||
{
|
||||
SDL_DestroyWindow(state->windows[it]);
|
||||
}
|
||||
SDL_free(state->windows);
|
||||
}
|
||||
SDL_free(state);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user