diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rtextures.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rtextures.c b/src/rtextures.c index c86ebac3..a6741ee2 100644 --- a/src/rtextures.c +++ b/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) { |
