File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
VideoExport.Core/ScreenshotPlugins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ private Texture2D CaptureNormal()
240240 int width = ( int ) size . x ;
241241 int height = ( int ) size . y ;
242242
243- TextureFormat textureFormat = TextureFormat . RGB24 ;
243+ TextureFormat textureFormat = TextureFormat . RGBA32 ;
244244 RenderTextureFormat renderTextureFormat = RenderTextureFormat . ARGB32 ;
245245 int renderTextureDepth = 0 ;
246246#if ! HONEYSELECT
@@ -275,7 +275,7 @@ private Texture2D CaptureImmediate()
275275 int width = ( int ) size . x ;
276276 int height = ( int ) size . y ;
277277
278- TextureFormat textureFormat = TextureFormat . RGB24 ;
278+ TextureFormat textureFormat = TextureFormat . RGBA32 ;
279279#if ! HONEYSELECT
280280 if ( this . _imageFormat == VideoExport . ImgFormat . EXR )
281281 {
You can’t perform that action at this time.
0 commit comments