Skip to content

Commit

Permalink
remove pos specifier from pause button
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBearodactyl committed Apr 26, 2024
1 parent 28779fc commit 0663c26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pause_button.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ struct GayPauseLayer : Modify<GayPauseLayer, PauseLayer> {
);

settingsBtn->setID("gay-settings-button"_spr);
settingsBtn->setPosition(CCPoint{ 45, 40 });
ccmenu->addChild(settingsBtn);

this->addChild(ccmenu);
Expand Down

0 comments on commit 0663c26

Please sign in to comment.