Add a more serious note
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user