2
0
trethaller 7 жил өмнө
parent
commit
2f4530cef3
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      h2d/col/Polygon.hx

+ 1 - 1
h2d/col/Polygon.hx

@@ -1,7 +1,7 @@
 package h2d.col;
 import hxd.Math;
 
-@:forward(push,remove)
+@:forward(push,remove,insert)
 abstract Polygon(Array<Point>) from Array<Point> to Array<Point> {
 
 	public var points(get, never) : Array<Point>;