mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-07 15:10:27 -04:00
Proper scene logic, whoo!
This commit is contained in:
parent
2e7f3b24ca
commit
551f3c834f
9 changed files with 108 additions and 79 deletions
|
@ -49,6 +49,9 @@ class LoginScreen : public Scene {
|
|||
|
||||
private:
|
||||
int Run(float){
|
||||
if(System::UserInput.CloseWindow){
|
||||
System::Shutdown = true;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue