]> git.localhorst.tv Git - blank.git/blobdiff - src/app/app.cpp
try to get every chunk change saved to disk
[blank.git] / src / app / app.cpp
index f3c9115faedf3b50c96002efe1c231ee0e0547ed..4a4769b4c688ae4cd7462e983040474536fd4ee3 100644 (file)
@@ -96,9 +96,6 @@ void Application::HandleEvents() {
 
 void Application::Handle(const SDL_Event &event) {
        switch (event.type) {
-               case SDL_QUIT:
-                       env.state.PopAll();
-                       break;
                case SDL_WINDOWEVENT:
                        Handle(event.window);
                        break;