Skip to content

Commit

Permalink
uncomment stopAllMusic
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Jun 17, 2024
1 parent 5684a41 commit fb6f28c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "3.0.0-beta.1",
"version": "v1.6.0",
"version": "v1.6.1",
"gd": {
"win": "2.206",
"android": "2.206",
Expand Down
3 changes: 1 addition & 2 deletions src/PackManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ void PackManager::updateAppliedPacks() {

void PackManager::applyPacks(CreateLayerFunc func) {
this->updateAppliedPacks();
// TODO: find this function
// FMODAudioEngine::sharedEngine()->stopAllMusic();
FMODAudioEngine::sharedEngine()->stopAllMusic();
reloadTextures(std::move(func));
}

Expand Down

0 comments on commit fb6f28c

Please sign in to comment.