From fcc8c42e4180c09c2434163eb8461daa068a7df6 Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Tue, 28 Nov 2023 09:33:47 -0500 Subject: [PATCH] Add a more serious note --- source/Irrlicht/CB3DJSONMeshFileLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?