diff options
| -rw-r--r-- | README.txt (renamed from README) | 0 | ||||
| -rw-r--r-- | main.cpp | 1 |
2 files changed, 0 insertions, 1 deletions
@@ -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); // } |
