瀏覽代碼

Update rtextures.c

pull/3312/head
Ray 2 年之前
父節點
當前提交
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)
{

Loading…
取消
儲存