Procházet zdrojové kódy

Reviewed batch buffer overflow #2526

pull/2534/head
Ray před 3 roky
rodič
revize
5044ce9de3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/rmodels.c

+ 1
- 1
src/rmodels.c Zobrazit soubor

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

Načítá se…
Zrušit
Uložit