WiP for the camera Thumbnail

This commit is contained in:
duckietm
2025-03-11 16:57:17 +01:00
parent 203de64746
commit c6ccfab5f5
2 changed files with 78 additions and 31 deletions
@@ -67,7 +67,6 @@ export class RoomCameraWidgetManager implements IRoomCameraWidgetManager
}
else
{
//@ts-ignore
const newMatrix: ColorMatrix = [];
const otherMatrix: ColorMatrix = [1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0];