Fix map editor inverting preview color channels.
This commit is contained in:
committed by
Matthias Mailänder
parent
aee3eb99c3
commit
6fed31717c
@@ -779,7 +779,7 @@ namespace OpenRA
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var png = new Png(minimapData, SpriteFrameType.Bgra32, bitmapWidth, height);
|
var png = new Png(minimapData, SpriteFrameType.Rgba32, bitmapWidth, height);
|
||||||
return png.Save();
|
return png.Save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user