fixing merge conflict #109

This commit is contained in:
Tim Knip 2017-09-29 20:21:02 +02:00
commit 3cff129933
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ function loadMaterialTexture(material, name, texturePath, textureOptions, mtlDir
textureOptions = textureOptions || {}; textureOptions = textureOptions || {};
var newTexturePath = parseMapOptions(texturePath, textureOptions); var newTexturePath = parseMapOptions(texturePath, textureOptions);
// TODO: handle texture options // TODO: handle texture options
// NOTE: this might not be a good place to do this // NOTE: this might not be a good place to do this
texturePath = newTexturePath ? newTexturePath : texturePath; texturePath = newTexturePath ? newTexturePath : texturePath;