Commit 119acd47 authored by limingzhe's avatar limingzhe

fix: debug

parent 3f2cf4d8
...@@ -864,7 +864,7 @@ cc.Class({ ...@@ -864,7 +864,7 @@ cc.Class({
} }
const curTime = new Date().getTime(); const curTime = new Date().getTime();
if (curTime - this.helperTime > 15 * 1000) { if (curTime - this.helperTime > 10 * 1000) {
this.showHelper(); this.showHelper();
this.resetHelperTime(); this.resetHelperTime();
} }
......
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