- fix a typo.
parent
d893b95be6
commit
c4a8193e4b
|
@ -472,7 +472,7 @@ void BlenderImporter::ResolveTexture(aiMaterial* out, const Material* mat, const
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// We can't support most of the texture types because the're mostly procedural.
|
// We can't support most of the texture types because they're mostly procedural.
|
||||||
// These are substituted by a dummy texture.
|
// These are substituted by a dummy texture.
|
||||||
const char* dispnam = "";
|
const char* dispnam = "";
|
||||||
switch( rtex->type )
|
switch( rtex->type )
|
||||||
|
|
Loading…
Reference in New Issue