mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-20 02:08:14 +00:00
Comments removed
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user