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 c7e7351 commit 92ef75bCopy full SHA for 92ef75b
src/PlayLayer.cpp
@@ -157,7 +157,7 @@ class $modify(MyPlayLayer, PlayLayer) {
157
this->scheduleOnce(schedule_selector(MyPlayLayer::PRNTSCRNOnDeath), .275f);
158
}
159
void PRNTSCRNOnDeath(float) {
160
- (void) PRNTSCRN::screenshotNodeAdvanced(this, {}, {});
161
- (void) PRNTSCRN::screenshotNodeAdvanced(CCScene::get(), {}, {});
+ (void) PRNTSCRN::screenshotNodeAdvanced(this, {FMODAudioEngine::get()}, {""_spr});
+ (void) PRNTSCRN::screenshotNodeAdvanced(CCScene::get(), {FMODAudioEngine::get()}, {""_spr});
162
163
};
0 commit comments