Przeglądaj źródła

no force parameter for flush()

Nicolas Cannasse 11 lat temu
rodzic
commit
6119850732
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      h2d/RenderContext.hx

+ 1 - 1
h2d/RenderContext.hx

@@ -59,7 +59,7 @@ class RenderContext {
 		currentObj = null;
 	}
 
-	public function flush(force=false) {
+	public function flush() {
 		if( bufPos == 0 ) return;
 		beforeDraw();
 		var nverts = Std.int(bufPos / stride);