Review latest PR and some formatting

This commit is contained in:
Ray 2021-03-22 20:41:33 +01:00
parent 2c0a533948
commit 24dae29a03
3 changed files with 17 additions and 16 deletions

View file

@ -761,7 +761,7 @@ Model LoadModel(const char *fileName)
if (model.meshMaterial == NULL) model.meshMaterial = (int *)RL_CALLOC(model.meshCount, sizeof(int));
}
return model;
}