ncannasse 9 anni fa
parent
commit
60c2912b5d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      hxd/Pixels.hx

+ 1 - 1
hxd/Pixels.hx

@@ -6,7 +6,7 @@ enum Flags {
 	FlipY;
 }
 
-@:forward(bytes, width, height, offset, flags, clear, dispose, toPNG, clone, toVector)
+@:forward(bytes, width, height, offset, flags, clear, dispose, toPNG, clone, toVector, sub, blit)
 abstract PixelsARGB(Pixels) to Pixels {