We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575d111 commit c375d4aCopy full SHA for c375d4a
mod.json
@@ -1,5 +1,5 @@
1
{
2
- "geode": "3.2.0",
+ "geode": "3.8.1",
3
"gd": {
4
"win": "2.206",
5
"android": "2.206",
src/SettingsLayer.cpp
@@ -158,6 +158,9 @@ void SettingCell::onFMODDebug(CCObject* sender) {
158
void SettingCell::onSongSelect(CCObject* sender) {
159
auto mol = MoreOptionsLayer::create();
160
mol->onSongBrowser(sender);
161
+ if (auto songBrowser = getChildOfType<GJSongBrowser>(CCScene::get(), 0)) {
162
+ if (songBrowser->m_delegate == mol) songBrowser->m_delegate = nullptr;
163
+ }
164
}
165
166
void SettingCell::onCheckboxToggled(CCObject* sender) {
0 commit comments