From d885a45bbd2cf0cd44b71bc5813532ab7c8885a0 Mon Sep 17 00:00:00 2001 From: John Senneker Date: Fri, 12 May 2017 10:21:22 -0400 Subject: [PATCH] Formatting --- wrap/io_trimesh/import_obj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/io_trimesh/import_obj.h b/wrap/io_trimesh/import_obj.h index ae4fc2f6..780e4062 100644 --- a/wrap/io_trimesh/import_obj.h +++ b/wrap/io_trimesh/import_obj.h @@ -1065,7 +1065,7 @@ namespace vcg { else if (tokens.size() == 2) textureName = tokens[1]; //play it safe else - textureName = line.substr(7); //get everything after "map_Kd " + textureName = line.substr(7); //get everything after "map_Kd " currentMaterial.map_Kd=textureName;