Commit 07a6f8af authored by 李维's avatar 李维

修复过早点击酷猫导致选项不加载的问题

parent d938bfae
......@@ -213,9 +213,9 @@ cc.Class({
this.loadingLayer.setMaxPlayerNumber(5);
this.loadingLayer.onLoadFinished(() => {
this.gameStart = true;
this.refreshCoolCatPosition();
this.coolCatSpeakStart(() => {
this.gameStart = true;
this.startCountTime();
this.jumpToQuestion(this.status.currentQuestionIdx);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment