File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"geode" : " 2.0.0" ,
3
- "version" : " v1.0.0 " ,
3
+ "version" : " v1.0.1 " ,
4
4
"gd" : {
5
5
"win" : " 2.204" ,
6
6
"android" : " *"
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ class AndroidUI : public cocos2d::CCLayerColor {
122
122
this ->setKeypadEnabled (true );
123
123
124
124
// CCDirector::sharedDirector()->getTouchDispatcher()->addTargetedDelegate(this, 0, true);
125
- CCDirector::sharedDirector ()->getTouchDispatcher ()->addTargetedDelegate (this , -128 , true );
125
+ CCDirector::sharedDirector ()->getTouchDispatcher ()->addTargetedDelegate (this , -129 , true );
126
126
127
127
this ->runAction (CCFadeTo::create (0 .5f , 100 ));
128
128
@@ -342,7 +342,7 @@ class AndroidBall : public CCLayer
342
342
this ->setTouchEnabled (true );
343
343
this ->setMouseEnabled (true );
344
344
345
- CCDirector::sharedDirector ()->getTouchDispatcher ()->addTargetedDelegate (this , -128 + 1 , true );
345
+ CCDirector::sharedDirector ()->getTouchDispatcher ()->addTargetedDelegate (this , -129 + 1 , true );
346
346
// this->setTouchPriority(69420);
347
347
// CCDirector::sharedDirector()->getTouchDispatcher()->addStandardDelegate(this, 69420);
348
348
You can’t perform that action at this time.
0 commit comments