diff --git a/source/Irrlicht/CB3DJSONMeshFileLoader.cpp b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp index b718353e..7f5897bd 100644 --- a/source/Irrlicht/CB3DJSONMeshFileLoader.cpp +++ b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp @@ -229,6 +229,7 @@ IAnimatedMesh* CB3DJSONMeshFileLoader::createMesh(io::IReadFile* file) { return AnimatedMesh; } + // Try to read this file. if (!this->parseJSONFile(file)) { this->cleanUp("B3D JSON severe error! File size is 0!"); return AnimatedMesh;