Add a more serious note

This commit is contained in:
jordan4ibanez 2023-11-28 09:33:47 -05:00
parent 124c54485d
commit fcc8c42e41
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ std::tuple<bool, std::string> 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?