summaryrefslogtreecommitdiffhomepage
path: root/src/models.c
diff options
context:
space:
mode:
authorRay <[email protected]>2018-12-03 16:48:01 +0100
committerRay <[email protected]>2018-12-03 16:48:01 +0100
commit5ef4661216d43f36f730325ea67064fb4022a090 (patch)
tree1022e98e4733dde886acafbb2e5f13808608daee /src/models.c
parent8b75a1a990baa6f4cbd0ad0b5dfc06ef6448ac89 (diff)
downloadraylib-5ef4661216d43f36f730325ea67064fb4022a090.tar.gz
raylib-5ef4661216d43f36f730325ea67064fb4022a090.zip
Comments removed
Diffstat (limited to 'src/models.c')
-rw-r--r--src/models.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/models.c b/src/models.c
index 8a498139..0955b7b0 100644
--- a/src/models.c
+++ b/src/models.c
@@ -2525,8 +2525,6 @@ static Material LoadMTL(const char *fileName)
{
// TODO: Support multiple materials in a single .mtl
sscanf(buffer, "newmtl %127s", mapFileName);
-
- TraceLog(LOG_INFO, "[%s] Loading material...", mapFileName);
}
case 'i': // illum int Illumination model
{