Commit 99808879 authored by limingzhe's avatar limingzhe

fix: debug

parent 00418b87
No preview for this file type
...@@ -599,7 +599,7 @@ cc.Class({ ...@@ -599,7 +599,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