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();