And then add future plans

This commit is contained in:
jordan4ibanez 2023-11-28 05:32:28 -05:00
parent 57f0f84c9f
commit afad32e8ff
1 changed files with 3 additions and 0 deletions

View File

@ -260,9 +260,12 @@ IAnimatedMesh* CB3DJSONMeshFileLoader::createMesh(io::IReadFile* file) {
if (!std::get<0>(loadResult)) {
// Print the reason, and return a nullptr.
return(this->cleanUp(std::get<1>(loadResult)));
} else {
//todo: We finalize the model here.
}
println("We got to the end.");
//todo: We return the object's AnimatedMesh.
return nullptr;
}