diff --git a/source/Irrlicht/CB3DJSONMeshFileLoader.cpp b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp index 4ff74102..3943a2bd 100644 --- a/source/Irrlicht/CB3DJSONMeshFileLoader.cpp +++ b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp @@ -634,7 +634,7 @@ std::tuple CB3DJSONMeshFileLoader::parseJSONFile(io::IReadFil IAnimatedMesh* CB3DJSONMeshFileLoader::createMesh(io::IReadFile* file) { - // Create the initial model. + // Create the initial model. (if you delete this line, you will have random segfaults.) AnimatedMesh = new scene::CSkinnedMesh(); // Less than zero? What is this file a black hole?