auto-git:

[change] src/viewport-three/viewport-host.ts
This commit is contained in:
2026-04-22 17:07:13 +02:00
parent f9e2856e4e
commit a6bafdf579

View File

@@ -5737,6 +5737,12 @@ export class ViewportHost {
entity.colorHex,
selected
);
case "cameraRig":
return this.createCameraRigRenderObjects(
entity,
selected,
this.currentDocument
);
case "playerStart":
return this.createPlayerStartRenderObjects(
entity.id,