forked from Mirrorlandia_minetest/irrlicht
Fix typo in CXMeshFileLoader.cpp (#133)
This patch was provided from J. Puydt to Debian. Origin: https://salsa.debian.org/games-team/minetest/-/blob/master/debian/patches/fix-typos.patch
This commit is contained in:
parent
3225007e8d
commit
1cf0f3bef0
@ -1106,7 +1106,7 @@ bool CXMeshFileLoader::parseDataObjectSkinWeights(SXMesh &mesh)
|
||||
|
||||
if (!getNextTokenAsString(TransformNodeName))
|
||||
{
|
||||
os::Printer::log("Unknown syntax while reading transfrom node name string in .x file", ELL_WARNING);
|
||||
os::Printer::log("Unknown syntax while reading transform node name string in .x file", ELL_WARNING);
|
||||
os::Printer::log("Line", core::stringc(Line).c_str(), ELL_WARNING);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user