Proper scene logic, whoo!

This commit is contained in:
Fatbag 2012-03-21 20:58:06 -05:00
parent 2e7f3b24ca
commit 551f3c834f
9 changed files with 108 additions and 79 deletions

View file

@ -49,6 +49,9 @@ class LoginScreen : public Scene {
private:
int Run(float){
if(System::UserInput.CloseWindow){
System::Shutdown = true;
}
return 0;
}