ncannasse 9 年之前
父节点
当前提交
d964beabcb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      h2d/SpriteBatch.hx

+ 1 - 1
h2d/SpriteBatch.hx

@@ -182,7 +182,7 @@ class SpriteBatch extends Drawable {
 		var tmp = tmpBuf;
 		while( e != null ) {
 			if( !e.visible ) {
-				e = e.next();
+				e = e.next;
 				continue;
 			}