Skip to content

Commit

Permalink
Update CCScene.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed May 22, 2024
1 parent 5b47438 commit 63ca91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/CCScene.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class $modify(MyCCScene, CCScene){
idx++;
if(node->getID() == "MenuLayer") continue;
if(idx > m_fields->m_currentCount){
UIModding::get()->doUICheck(node);
//UIModding::get()->doUICheck(node);
}
}
}
Expand Down

0 comments on commit 63ca91e

Please sign in to comment.