Update rtextures.c
This commit is contained in:
parent
719365f209
commit
528b879955
1 changed files with 2 additions and 1 deletions
|
@ -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 LoadImageSvg(const char *fileNameOrString, int width, int height)
|
||||||
{
|
{
|
||||||
Image image = { 0 };
|
Image image = { 0 };
|
||||||
bool isSvgStringValid = false;
|
|
||||||
|
|
||||||
#if defined(SUPPORT_FILEFORMAT_SVG)
|
#if defined(SUPPORT_FILEFORMAT_SVG)
|
||||||
|
bool isSvgStringValid = false;
|
||||||
|
|
||||||
// Validate fileName or string
|
// Validate fileName or string
|
||||||
if (fileNameOrString != NULL)
|
if (fileNameOrString != NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue