Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
mishpro-programm committed Mar 28, 2024
1 parent e030622 commit 22c954a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ class $modify(CCLayer){
} else {
self->CCLayer::onEnter();
}
} else {
self->CCLayer::onEnter();
}
});
});
} else {
CCLayer::onEnter();
}
}
void onExit(){
bool isPauseLayer = this->getID() == "PauseLayer" || typeinfo_cast<PauseLayer*>(this) != nullptr;
Expand Down

0 comments on commit 22c954a

Please sign in to comment.