Browse Source

Update rtextures.c

pull/3518/head
Ray 1 year ago
parent
commit
fe757b6267
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rtextures.c

+ 1
- 1
src/rtextures.c View File

@ -347,7 +347,7 @@ Image LoadImageSvg(const char *fileNameOrString, int width, int height)
(fileNameOrString[2] == 'v') &&
(fileNameOrString[3] == 'g'))
{
fileData = fileNameOrString;
fileData = p">(unsigned char *)fileNameOrString;
isSvgStringValid = true;
}
}

Loading…
Cancel
Save