diff --git a/src/rmodels.c b/src/rmodels.c index af7e0cd76..96af9f83f 100644 --- a/src/rmodels.c +++ b/src/rmodels.c @@ -3396,7 +3396,7 @@ void DrawBillboardPro(Camera camera, Texture2D texture, Rectangle source, Vector bottomRight = Vector3Add(bottomRight, position); bottomLeft = Vector3Add(bottomLeft, position); - rlCheckRenderBatchLimit(4); + rlCheckRenderBatchLimit(8); rlSetTexture(texture.id);