Allow multiple windows, close each one individually, exit when all are closed

This commit is contained in:
Joshua Granick
2015-08-19 12:59:12 -07:00
parent 8768d6114f
commit 0fee391426
2 changed files with 1 additions and 2 deletions

View File

@@ -206,7 +206,6 @@ namespace lime {
case SDL_WINDOWEVENT_CLOSE:
ProcessWindowEvent (event);
active = false;
break;
}
@@ -215,7 +214,6 @@ namespace lime {
case SDL_QUIT:
//quit
active = false;
break;