diff options
| author | Ray <[email protected]> | 2021-03-22 20:41:33 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-03-22 20:41:33 +0100 |
| commit | 24dae29a0344823e3a8306f0685664f1580a7751 (patch) | |
| tree | e360864d1ab8cf228623238d42e52d48900173e3 /src/models.c | |
| parent | 2c0a5339482cda97690917d4922f5b672e67c231 (diff) | |
| download | raylib-24dae29a0344823e3a8306f0685664f1580a7751.tar.gz raylib-24dae29a0344823e3a8306f0685664f1580a7751.zip | |
Review latest PR and some formatting
Diffstat (limited to 'src/models.c')
| -rw-r--r-- | src/models.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models.c b/src/models.c index c4ebb35f..86c5d56d 100644 --- a/src/models.c +++ b/src/models.c @@ -761,7 +761,7 @@ Model LoadModel(const char *fileName) if (model.meshMaterial == NULL) model.meshMaterial = (int *)RL_CALLOC(model.meshCount, sizeof(int)); } - + return model; } |
