diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0e60faa..583b4ad 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,7 +28,7 @@ int main(int argc, char** argv) { bool quit = false; while (!quit) { - quit = platform.ProcessInput(chip8.keypad); + quit = platform.ProcessInput(&chip8.keypad); usleep(cycleDelay * 1000); |