Skip to content

Commit

Permalink
Merge pull request #90 from Sinislosion/nomad
Browse files Browse the repository at this point in the history
im so stupid
  • Loading branch information
cablechords authored May 31, 2024
2 parents 61cf2c2 + c585411 commit b67fc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Raquet.h
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ void Raquet_Main() {
runthedog();

/* Update keymap and mousemap */
for (int i = 0; i < 322; i++) { prevkeys[i] = sdlkeys[i] };
for (int i = 0; i < 322; i++) { prevkeys[i] = sdlkeys[i]; };
prevmouse = sdlmouse;

/* Framerate calculations, I hated this */
Expand Down

0 comments on commit b67fc57

Please sign in to comment.