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