Skip to content

Commit

Permalink
i am the model of a smart individual
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx committed Jul 28, 2024
1 parent 66c5668 commit e08a97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class $modify(MyEndLevelLayer, EndLevelLayer) {
}
CurrencyRewardLayer* currencyLayer = nullptr;
currencyLayer = getChildOfType<CurrencyRewardLayer>(this, 0);
if (!currencyLayer) { getChildOfType<CurrencyRewardLayer*>(getParent(), 0); }
if (!currencyLayer) { getChildOfType<CurrencyRewardLayer>(getParent(), 0); }
if (currencyLayer) { currencyLayer->setVisible(!currencyLayer->isVisible()); }
}
void applySpaceUK() {
Expand Down

0 comments on commit e08a97d

Please sign in to comment.