Commit f15f001d authored by limingzhe's avatar limingzhe

fix: ccdebug

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