We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110561c commit 3feb5ebCopy full SHA for 3feb5eb
src/Client/AndroidUI.h
@@ -605,8 +605,8 @@ class $modify (AchievementNotifier)
605
if (p0->getChildByID("loading-layer"))
606
return; // fix texture ldr
607
608
- if (typeinfo_cast<PlayLayer*>(p0->getChildren()->objectAtIndex(0)))
609
- return; // todo: fix gameplay
+ //if (typeinfo_cast<PlayLayer*>(p0->getChildren()->objectAtIndex(0)))
+ //return; // todo: ~~fix gameplay~~ nvm it was no particles
610
611
// ;)
612
//std::vector<AndroidBall*> balls = {};
0 commit comments