Seeing a pattern evolving

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

View File

@ -230,7 +230,8 @@ IAnimatedMesh* CB3DJSONMeshFileLoader::createMesh(io::IReadFile* file) {
}
if (!this->parseJSONFile(file)) {
this->cleanUp("B3D JSON severe error! File size is 0!");
return AnimatedMesh;
}