Skip to content

Commit

Permalink
more consistent saved value
Browse files Browse the repository at this point in the history
Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <[email protected]>
  • Loading branch information
RayDeeUx committed Sep 4, 2024
1 parent 4f09543 commit 75aa72e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SongManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ void SongManager::pickRandomSong() {
}

std::string SongManager::getCurrentSong() {
geode::Mod::get()->setSavedValue<std::string>("lastMenuLoop", m_currentSong);
return m_currentSong;
}

Expand Down

0 comments on commit 75aa72e

Please sign in to comment.