Add a comment

This commit is contained in:
jordan4ibanez 2023-11-28 05:07:48 -05:00
parent 288f757482
commit b4233a513b
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ IAnimatedMesh* CB3DJSONMeshFileLoader::createMesh(io::IReadFile* file) {
return AnimatedMesh; return AnimatedMesh;
} }
// Try to read this file.
if (!this->parseJSONFile(file)) { if (!this->parseJSONFile(file)) {
this->cleanUp("B3D JSON severe error! File size is 0!"); this->cleanUp("B3D JSON severe error! File size is 0!");
return AnimatedMesh; return AnimatedMesh;