aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/window.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 0a51470..b3b8a8e 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -12,7 +12,6 @@ int
initWindow(void) {
// Initialization
InitWindow(SCREENWIDTH, SCREENHEIGHT, "WIP -- coolspace");
- InitAudioDevice();
SetTargetFPS(60);
return (0);