Removed: Redundant printf() calls below PRINT_ERR.

This commit is contained in:
Foxar
2020-12-17 14:48:35 +01:00
parent 37703e69d0
commit 18db9875ad
-2
View File
@@ -127,13 +127,11 @@ void ObjLoader::load(MeshFrame *o_result, char *t_filename, float t_scale, u8 t_
{ {
/*Unknown configuration.*/ /*Unknown configuration.*/
PRINT_ERR("Unknown .obj face for .obj file!"); PRINT_ERR("Unknown .obj face for .obj file!");
printf("Obj file mentioned: \"%s\"\n", path);
} }
} }
} }
default: default:
PRINT_ERR("Unknown faces format in .obj file!"); PRINT_ERR("Unknown faces format in .obj file!");
printf(" \"%s\"\n", path);
break; break;
} }
/* if(ferror(file)) /* if(ferror(file))