summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 0 insertions, 1 deletions
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);
// }