Make it possible to show missing texture file name

This commit is contained in:
Benau 2019-05-27 08:44:57 +08:00
parent 678d3cdf81
commit 9b94437cac

View File

@ -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());
}
}
}