Skip to content

Commit 40da854

Browse files
committed
longer timer
1 parent 7c19c75 commit 40da854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_cocos/assets/Script/ui/BrnnRoomController.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ cc.Class({
9999
self.brnnChipInDic = {'1':0, '2':0, '3':0, '4':0};
100100
self.scheduleOnce(function() {
101101
this.resetChipView();
102-
}, 2);
102+
}, 3);
103103
});
104104
},
105105

0 commit comments

Comments
 (0)