Comment out tint

This commit is contained in:
billsonnn 2024-03-26 21:08:36 -04:00
parent a445f91fdc
commit 2ef9d01fa4

View File

@ -446,7 +446,7 @@ export class RoomPreviewer
backgroundSprite.width = width; backgroundSprite.width = width;
backgroundSprite.height = height; backgroundSprite.height = height;
backgroundSprite.tint = this._backgroundColor; //backgroundSprite.tint = this._backgroundColor;
} }
this._roomEngine.setRoomInstanceRenderingCanvasMask(this._previewRoomId, RoomPreviewer.PREVIEW_CANVAS_ID, true); this._roomEngine.setRoomInstanceRenderingCanvasMask(this._previewRoomId, RoomPreviewer.PREVIEW_CANVAS_ID, true);