Skip to content

Commit

Permalink
hopefully fix gameplay :3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Jan 26, 2024
1 parent b247779 commit c4a64fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Client/AndroidUI.h
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,9 @@ class $modify (AchievementNotifier)
if (p0->getChildByID("loading-layer"))
return; // fix texture ldr

if (typeinfo_cast<PlayLayer*>(p0->getChildren()->objectAtIndex(0)))
return; // todo: fix gameplay

// ;)
std::vector<AndroidBall*> balls = {};

Expand Down

0 comments on commit c4a64fb

Please sign in to comment.