Make it possible to show missing texture file name
This commit is contained in:
parent
678d3cdf81
commit
9b94437cac
@ -447,7 +447,7 @@ Material::Material(const std::string& fname, bool is_full_path,
|
||||
else
|
||||
{
|
||||
Log::warn("Material", "Cannot determine texture full path: %s",
|
||||
m_sampler_path[0].c_str());
|
||||
fname.c_str());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user