Skip to content

Commit 3feb5eb

Browse files
committed
asd
1 parent 110561c commit 3feb5eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Client/AndroidUI.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,8 @@ class $modify (AchievementNotifier)
605605
if (p0->getChildByID("loading-layer"))
606606
return; // fix texture ldr
607607

608-
if (typeinfo_cast<PlayLayer*>(p0->getChildren()->objectAtIndex(0)))
609-
return; // todo: fix gameplay
608+
//if (typeinfo_cast<PlayLayer*>(p0->getChildren()->objectAtIndex(0)))
609+
//return; // todo: ~~fix gameplay~~ nvm it was no particles
610610

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

0 commit comments

Comments
 (0)