ソースを参照

Update rtextures.c

pull/3312/head
Ray 1年前
コミット
528b879955
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      src/rtextures.c

+ 2
- 1
src/rtextures.c ファイルの表示

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

読み込み中…
キャンセル
保存