indent
This commit is contained in:
parent
72eeb142e9
commit
160b1ff54d
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ void Engine::mainLoop() {
|
|||
SDL_Event event;
|
||||
while (SDL_PollEvent(&event)) {
|
||||
// Handle any button operations
|
||||
if(event.type == SDL_KEYDOWN || event.type == SDL_KEYUP)
|
||||
if (event.type == SDL_KEYDOWN || event.type == SDL_KEYUP)
|
||||
handleButton(event.type, event.key.keysym.sym);
|
||||
// Check for "Hard" quit"
|
||||
if (event.type == SDL_QUIT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue