Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Nov 22, 2023
1 parent c4f5321 commit 41c8d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eventmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
using namespace input;

void eventmanager::update() {
SDL_Event event;
// SDL_Event event;

SDL_PollEvent(&event);
// SDL_PollEvent(&event);

// while (SDL_PollEvent(&event)) {
// switch (event.type) {
Expand Down

0 comments on commit 41c8d8f

Please sign in to comment.