Formatting

This commit is contained in:
John Senneker 2017-05-12 10:21:22 -04:00
parent 446b0fde06
commit d885a45bbd
1 changed files with 1 additions and 1 deletions

View File

@ -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;