Procházet zdrojové kódy

Update rtextures.c

pull/3312/head
Ray před 2 roky
rodič
revize
528b879955
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      src/rtextures.c

+ 2
- 1
src/rtextures.c Zobrazit soubor

@ -322,9 +322,10 @@ Image LoadImageRaw(const char *fileName, int width, int height, int format, int
Image LoadImageSvg(const char *fileNameOrString, int width, int height)
{
Image image = { 0 };
#if defined(SUPPORT_FILEFORMAT_SVG)
bool isSvgStringValid = false;
#if defined(SUPPORT_FILEFORMAT_SVG)
// Validate fileName or string
if (fileNameOrString != NULL)
{

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