Skip to content

Commit

Permalink
oh
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowCat98 committed May 26, 2024
1 parent 1a188be commit a42f0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ using namespace geode::prelude;

class $modify(MenuLayer) {
void onMoreGames(CCObject*) {
iGeodeLib::faceID(showAlert("Face ID Success!", "cool face id", "idc"), showAlert("fail", "no face id", "bro shut up"));
iGeodeLib::faceID(iGeodeLib::showAlert("Face ID Success!", "cool face id", "idc"), iGeodeLib::showAlert("fail", "no face id", "bro shut up"));
}
};

0 comments on commit a42f0a4

Please sign in to comment.