Explorar el Código

Reviewed batch buffer overflow #2526

pull/2534/head
Ray hace 3 años
padre
commit
5044ce9de3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rmodels.c

+ 1
- 1
src/rmodels.c Ver fichero

@ -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);

Cargando…
Cancelar
Guardar