feat: proper window closing
This commit is contained in:
@@ -6,7 +6,11 @@ int main(int argc, char **argv) {
|
||||
UNUSED(argc);
|
||||
UNUSED(argv);
|
||||
|
||||
AppState::GetInstance();
|
||||
Renderer::GetInstance();
|
||||
|
||||
Window window(720, 480);
|
||||
window.Run();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user