From daca3ee372d920d50a10179ad205beb937c518b1 Mon Sep 17 00:00:00 2001 From: dgflash Date: Fri, 16 Aug 2024 18:03:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/core/Root.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/core/Root.ts b/assets/core/Root.ts index fa8afb2..10e0246 100644 --- a/assets/core/Root.ts +++ b/assets/core/Root.ts @@ -122,7 +122,7 @@ export class Root extends Component { } - protected init() { + private init() { this.initGui(); this.initEcsSystem(); oops.ecs.init();