diff options
| author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-18 20:30:54 +0100 | 
|---|---|---|
| committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-18 20:30:54 +0100 | 
| commit | 60cbc3d649775053ac1d333716c9f5fda651a643 (patch) | |
| tree | 7e8dc26f60dea9550b214fd206611e3a994734ca /src | |
| parent | 92e83ded2b6afb26082d7661c28af1d9d4e950a2 (diff) | |
sdl changes
Diffstat (limited to 'src')
| -rw-r--r-- | src/crepe/facade/SDLContext.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/crepe/facade/SDLContext.cpp b/src/crepe/facade/SDLContext.cpp index 8a02f4c..d0977cb 100644 --- a/src/crepe/facade/SDLContext.cpp +++ b/src/crepe/facade/SDLContext.cpp @@ -148,7 +148,6 @@ void SDLContext::handle_events(bool &running) {                  });                  break; -            // Add more events as needed for your application.          }      }  } |