Skip to content

Commit f329b8e

Browse files
committed
fixup! feat: Xplat support for image loading and saving from memory
1 parent 4ef49d5 commit f329b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/engine/Stride/Graphics/StandardImageHelper.Desktop.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private static unsafe void SaveFromMemory(PixelBuffer[] pixelBuffers, ImageDescr
107107
}
108108

109109
// Save
110-
bitmap.RotateFlip(RotateFlipType.Rotate180FlipX);
110+
bitmap.RotateFlip(RotateFlipType.RotateNoneFlipY);
111111
bitmap.Save(imageStream, imageFormat);
112112
}
113113
}

0 commit comments

Comments
 (0)