Skip to content

Commit 2373a27

Browse files
committed
IM A FUCKING IDIOT.
1 parent 9bcea90 commit 2373a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EndLevelLayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ class $modify(MyEndLevelLayer, EndLevelLayer) {
360360
void onHideLayer(CCObject* sender) {
361361
// don't rely on Manager::shouldEditTransition; vanilla GD's fast menu still shows transition when activating this button
362362
EndLevelLayer::onHideLayer(sender);
363-
if (!getModBool("enabled") || !getModBool("noTransition")) return;
363+
if (!getModBool("enabled") || !getModBool("editTransition")) return;
364364

365365
this->stopActionByTag(12341);
366366
this->setCascadeColorEnabled(false);

0 commit comments

Comments
 (0)