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;
 			}