ObjectContainer

This commit is contained in:
syuilo
2026-05-21 16:15:18 +09:00
parent 555fa80709
commit dfbe765baa
9 changed files with 370 additions and 379 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export abstract class EngineBase<EVs extends EngineBaseEvents> extends EventEmit
private currentRafId: number | null = null;
private startRenderLoop() {
protected startRenderLoop() {
if (this.fps == null) {
this.engine.runRenderLoop(() => {
this.scene.render();