diff options
| author | Ray <[email protected]> | 2024-07-08 22:54:19 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-07-08 22:54:19 +0200 |
| commit | 3abe728712fb10e215ffcf97a1b06178895692d3 (patch) | |
| tree | 45d81e5821eaa32b058b7ca32c165b87469f55d6 /src/rmodels.c | |
| parent | 598b7f52104a4dd9246ffe01cffcdc0b376cb45c (diff) | |
| download | raylib-3abe728712fb10e215ffcf97a1b06178895692d3.tar.gz raylib-3abe728712fb10e215ffcf97a1b06178895692d3.zip | |
Minor tweaks
Diffstat (limited to 'src/rmodels.c')
| -rw-r--r-- | src/rmodels.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmodels.c b/src/rmodels.c index c6acff5d..50328fca 100644 --- a/src/rmodels.c +++ b/src/rmodels.c @@ -4294,7 +4294,7 @@ static Model LoadIQM(const char *fileName) // In case file can not be read, return an empty model if (fileDataPtr == NULL) return model; - const char* basePath = GetDirectoryPath(fileName); + const char *basePath = GetDirectoryPath(fileName); // Read IQM header IQMHeader *iqmHeader = (IQMHeader *)fileDataPtr; |
