mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-15 23:10:26 +01:00
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))
|
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);
|
os::Printer::log("Line", core::stringc(Line).c_str(), ELL_WARNING);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user