Skip to content

Commit

Permalink
fix the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Feb 23, 2024
1 parent 183e342 commit ee08724
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OptionsLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ using namespace geode::node_ids;
buttonOffset++;

#else
auto options = getChildOfType<CCMenuItemSpriteExtra>(optionsMenu, buttonOffset)->setID("options-button");
auto options = getChildOfType<CCMenuItemSpriteExtra>(optionsMenu, buttonOffset);
options->setID("options-button");
options->setZOrder(1);
buttonOffset++;

Expand Down

0 comments on commit ee08724

Please sign in to comment.