ncannasse hace 9 años
padre
commit
d964beabcb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 			}