summaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-12-26 09:06:40 +0100
committerLoic Guegan <loic.guegan@mailbox.org>2023-12-26 09:06:40 +0100
commit64917e3504c32f09a503675f3e43a362508725de (patch)
tree673fcc99f036d6a96534cf6c3db0a889387a9ad8 /src/screen.c
parentf1c3a672947a3ba375ff24c3375aa7e87b2a0844 (diff)
Minor changes
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c1
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() {