mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-03 13:56:07 +00:00
ObjectContainer
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user