Commit 908e5ff4 authored by limingzhe's avatar limingzhe

fix: debug

parent 63793d28
...@@ -1036,7 +1036,7 @@ cc.Class({ ...@@ -1036,7 +1036,7 @@ cc.Class({
// this.bgLayer.addChild(node, 100); // this.bgLayer.addChild(node, 100);
// this.playRightEffect(node); // this.playRightEffect(node);
this.startTesting();
}, },
...@@ -2906,6 +2906,7 @@ cc.Class({ ...@@ -2906,6 +2906,7 @@ cc.Class({
//调起检测 //调起检测
startTesting() { startTesting() {
console.log("in startTesting");
this.isCanCheck = true; this.isCanCheck = true;
// setInterval(() => { // setInterval(() => {
......
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