Skip to content

Commit

Permalink
music
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Surer committed Sep 16, 2022
1 parent 14d25a8 commit a3aab6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenGL/src/audio/Music.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ void Music::getNextSong()

duration = music.getDuration() + sf::seconds(1);
timer.restart();
// music.play();
music.play();
}

0 comments on commit a3aab6f

Please sign in to comment.