Skip to content

Commit 110561c

Browse files
committed
1.0.3 fix pause crash :3
1 parent 286df9d commit 110561c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"geode": "2.0.0",
3-
"version": "v1.0.2",
3+
"version": "v1.0.3",
44
"gd": {
55
"win": "2.204",
66
"android": "*"

src/Client/AndroidUI.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ class AndroidBall : public CCLayer
499499
CREATE_FUNC(AndroidBall);
500500
};
501501

502+
/*
502503
class $modify (PlayLayer)
503504
{
504505
void pauseGame(bool p0)
@@ -519,7 +520,7 @@ class $modify (PlayLayer)
519520
cocos::handleTouchPriority(andBall);
520521
}
521522
};
522-
/*
523+
523524
class $modify (PauseLayer)
524525
{
525526
static PauseLayer* create(bool p0)

0 commit comments

Comments
 (0)