Minor tweaks

This commit is contained in:
Ray
2024-07-08 22:54:19 +02:00
parent 598b7f5210
commit 3abe728712
5 changed files with 7 additions and 7 deletions

View File

@@ -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;