Skip to content

Commit a3aab6f

Browse files
author
Pierre Surer
committed
music
1 parent 14d25a8 commit a3aab6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenGL/src/audio/Music.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ void Music::getNextSong()
6464

6565
duration = music.getDuration() + sf::seconds(1);
6666
timer.restart();
67-
// music.play();
67+
music.play();
6868
}

0 commit comments

Comments
 (0)