diff --git a/assets/Script/Manager.ts b/assets/Script/Manager.ts index 4126073..c381719 100644 --- a/assets/Script/Manager.ts +++ b/assets/Script/Manager.ts @@ -23,6 +23,7 @@ export default class Manager extends cc.Component { //#region Lifecycle protected onLoad(): void { + cc.debug.setDisplayStats(false); if (CC_DEBUG) { console.log("Debug"); }