From c0ea0d936b283af08ce7a59d2e54e53408254e12 Mon Sep 17 00:00:00 2001 From: JianMiau Date: Mon, 29 Aug 2022 11:23:54 +0800 Subject: [PATCH] [add] cc.debug.setDisplayStats(false); --- assets/Script/Manager.ts | 1 + 1 file changed, 1 insertion(+) 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"); }