Commit f15f001d authored by limingzhe's avatar limingzhe

fix: ccdebug

parent 304ab1e0
No preview for this file type
...@@ -211,11 +211,6 @@ cc.Class({ ...@@ -211,11 +211,6 @@ cc.Class({
this.initAudio(); this.initAudio();
this.initView(); this.initView();
setTimeout(() => {
cc.debug.setDisplayStats(true);
}, 2000);
const node = cc.find('middleLayer/ConsoleNode/BtnOpen'); const node = cc.find('middleLayer/ConsoleNode/BtnOpen');
if (node) { if (node) {
...@@ -1509,7 +1504,7 @@ cc.Class({ ...@@ -1509,7 +1504,7 @@ cc.Class({
}); });
// this.endTesting(); this.endTesting();
}, },
getLetterAnim(isSmall) { getLetterAnim(isSmall) {
...@@ -5243,6 +5238,7 @@ cc.Class({ ...@@ -5243,6 +5238,7 @@ cc.Class({
updatePhotoCheck() { updatePhotoCheck() {
if (this.isOpenPhotoCheck) { if (this.isOpenPhotoCheck) {
this.photoCheckStart(); this.photoCheckStart();
...@@ -5253,7 +5249,7 @@ cc.Class({ ...@@ -5253,7 +5249,7 @@ cc.Class({
update() { update() {
this.updatePhotoCheck(); // this.updatePhotoCheck();
}, },
......
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