diff options
| author | Ray <[email protected]> | 2019-12-01 12:55:33 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-12-01 12:55:33 +0100 |
| commit | 416a52b5bc6b1c0ec0d3acf4b86521a96f017811 (patch) | |
| tree | 590af6f509452c2c817df0128687deca448898a6 /src/models.c | |
| parent | 91faf72ddaaf1f0f90f2addcb881fe71a10ef16e (diff) | |
| download | raylib-416a52b5bc6b1c0ec0d3acf4b86521a96f017811.tar.gz raylib-416a52b5bc6b1c0ec0d3acf4b86521a96f017811.zip | |
Minor comments tweak
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 d612f1c9..610e185f 100644 --- a/src/models.c +++ b/src/models.c @@ -2916,7 +2916,7 @@ static Model LoadOBJ(const char *fileName) float shininess; float ior; // index of refraction float dissolve; // 1 == opaque; 0 == fully transparent - // illumination model (see http://www.fileformat.info/format/material/) + // illumination model (Ref: http://www.fileformat.info/format/material/) int illum; int pad0; |
