Przeglądaj źródła

fix holes + lines

ncannasse 11 lat temu
rodzic
commit
89242a63ca
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      h2d/Graphics.hx

+ 1 - 0
h2d/Graphics.hx

@@ -291,6 +291,7 @@ class Graphics extends Drawable {
 			prev.push(pts);
 			pts = [];
 		}
+		flushLine();
 	}
 
 	public inline function addPoint( x : Float, y : Float ) {