mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-20 18:28:15 +00:00
Minor tweaks
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user