Skip to content

Commit b3f3cb5

Browse files
committed
oh my fucking god
1 parent bfba4a2 commit b3f3cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SongControl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace SongControl {
4848
songManager.setCurrentSong(formerHeldSong);
4949
if (Utils::getBool("playlistMode")) FMODAudioEngine::get()->playMusic(songManager.getCurrentSong(), true, 1.0f, 1);
5050
else GameManager::sharedState()->playMenuMusic();
51-
Utils::newCardAndDisplayNameFromCurrentSong();
51+
return Utils::newCardAndDisplayNameFromCurrentSong();
5252
}
5353
if (!Utils::getBool("playlistMode")) Utils::setNewSong();
5454
else Utils::constantShuffleModeNewSong();

0 commit comments

Comments
 (0)