🆙 Merge Dev to Prod

This commit is contained in:
duckietm
2026-04-14 11:57:23 +02:00
parent af78e9288c
commit bbedf2e5fe
65 changed files with 1769 additions and 68 deletions
@@ -117,7 +117,12 @@ export class RoomCameraWidgetManager implements IRoomCameraWidgetManager
TextureUtils.writeToTexture(container, renderTexture);
return await TextureUtils.generateImage(renderTexture);
const image = await TextureUtils.generateImage(renderTexture);
renderTexture.destroy(true);
container.destroy({ children: true });
return image;
}
public get effects(): Map<string, IRoomCameraWidgetEffect>