ncannasse 7 лет назад
Родитель
Сommit
acf8a4cf39
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      hxd/Pixels.hx

+ 1 - 0
hxd/Pixels.hx

@@ -75,6 +75,7 @@ class Pixels {
 		this.bytes = bytes;
 		this.innerFormat = format;
 		this.offset = offset;
+		flags = haxe.EnumFlags.ofInt(0);
 	}
 
 	public static inline function switchEndian(v) {