Update rtextures.c
This commit is contained in:
parent
60fab9c405
commit
fe757b6267
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ Image LoadImageSvg(const char *fileNameOrString, int width, int height)
|
|||
(fileNameOrString[2] == 'v') &&
|
||||
(fileNameOrString[3] == 'g'))
|
||||
{
|
||||
fileData = fileNameOrString;
|
||||
fileData = (unsigned char *)fileNameOrString;
|
||||
isSvgStringValid = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue