mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-14 06:18:42 +00:00
Review latest PR and some formatting
This commit is contained in:
@@ -761,7 +761,7 @@ Model LoadModel(const char *fileName)
|
||||
|
||||
if (model.meshMaterial == NULL) model.meshMaterial = (int *)RL_CALLOC(model.meshCount, sizeof(int));
|
||||
}
|
||||
|
||||
|
||||
return model;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user