[add] cc.debug.setDisplayStats(false);

This commit is contained in:
建喵 2022-08-29 11:23:54 +08:00
parent 370f0e99db
commit c0ea0d936b

View File

@ -23,6 +23,7 @@ export default class Manager extends cc.Component {
//#region Lifecycle //#region Lifecycle
protected onLoad(): void { protected onLoad(): void {
cc.debug.setDisplayStats(false);
if (CC_DEBUG) { if (CC_DEBUG) {
console.log("Debug"); console.log("Debug");
} }