diff --git a/source/Irrlicht/CXMeshFileLoader.cpp b/source/Irrlicht/CXMeshFileLoader.cpp index feddb408..bb25d6f2 100644 --- a/source/Irrlicht/CXMeshFileLoader.cpp +++ b/source/Irrlicht/CXMeshFileLoader.cpp @@ -764,6 +764,7 @@ bool CXMeshFileLoader::parseDataObjectMesh(SXMesh &mesh) { readVector3(mesh.Vertices[n].Pos); mesh.Vertices[n].Color=0xFFFFFFFF; + mesh.Vertices[n].Normal=core::vector3df(0.0f); } if (!checkForTwoFollowingSemicolons())