From 3b1647d6f83003fbc2c1be4d98176aafa6c9f664 Mon Sep 17 00:00:00 2001 From: Ritabrata Das Date: Sun, 13 Sep 2026 12:57:49 +0530 Subject: fixes for public release --- main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index b2e8c72..a958adb 100644 --- a/main.cpp +++ b/main.cpp @@ -20,7 +20,6 @@ namespace { void drawFrame(GameState& currentGameState) { UpdateMusicStream(currentGameState.BGMusic); - printf("%f\n", GetMusicTimePlayed(currentGameState.BGMusic)); // if (GetMusicTimePlayed(g_bgMusic) >= GetMusicTimeLength(g_bgMusic)) { // SeekMusicStream(g_bgMusic, 0); // } -- cgit v1.2.3