diff options
Diffstat (limited to 'src/screen.c')
| -rw-r--r-- | src/screen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c index 2e77ba9..a445bd8 100644 --- a/src/screen.c +++ b/src/screen.c @@ -15,7 +15,6 @@ void ScreenInit(int width, int height){ SetTraceLogLevel(LOG_ERROR); // Disable anoying raylib logs InitWindow(width, height, "Chip-8 Emulator"); - SetTargetFPS(60); // Set game to run at 60 frames-per-second } void ScreenClear() { |
