Browse Source

no force parameter for flush()

Nicolas Cannasse 11 năm trước cách đây
mục cha
commit
6119850732
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);