瀏覽代碼

no force parameter for flush()

Nicolas Cannasse 11 年之前
父節點
當前提交
6119850732
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);