2
0
bstouls 8 жил өмнө
parent
commit
fa61fe2036
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      hxd/Pixels.hx

+ 1 - 0
hxd/Pixels.hx

@@ -334,6 +334,7 @@ class Pixels {
 
 	public function toPNG( ?level = 9 ) {
 		var png;
+		setFlip(false);
 		switch( format ) {
 		case ARGB:
 			png = std.format.png.Tools.build32ARGB(width, height, bytes #if (format >= "3.3") , level #end);