diff options
| author | Ritabrata Das <[email protected]> | 2026-09-13 12:57:49 +0530 |
|---|---|---|
| committer | Ritabrata Das <[email protected]> | 2026-09-13 12:57:49 +0530 |
| commit | 3b1647d6f83003fbc2c1be4d98176aafa6c9f664 (patch) | |
| tree | d018bfa002b3ae81a1787793fc72a1f77e949b30 /main.cpp | |
| parent | f2208a12475390cf1e683c54e898dec9e5aeea61 (diff) | |
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 1 |
1 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); // } |
