diff options
Diffstat (limited to '')
-rw-r--r-- | src/window.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp index b3b8a8e..bc78427 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -11,7 +11,6 @@ int initWindow(void) { // Initialization - InitWindow(SCREENWIDTH, SCREENHEIGHT, "WIP -- coolspace"); SetTargetFPS(60); return (0); |