Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmella-v committed Oct 19, 2023
1 parent 9b04a89 commit a788457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoadingMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct $modify(newer,MenuLayer) {
// Creates the level click buttons function
void onMyLevelsClick(CCObject* target) {
#ifdef GEODE_IS_MACOS
reinterpret_cast<CreatorLayer*>(this)->onOnlineLevels(target);
reinterpret_cast<CreatorLayer*>(this)->onMyLevels(target);
#else
auto CreatorLayer = CreatorLayer::create();
CreatorLayer->onMyLevels(target);
Expand Down

0 comments on commit a788457

Please sign in to comment.