Merging r6266 through r6268 from branch releases/1.8 to trunk
- Spelling fixes - Makefile adding to CFLAGS instead of replacing them. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6269 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@@ -1116,7 +1116,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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user