mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-20 10:18:14 +00:00
Reviewed batch buffer overflow #2526
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user