mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-22 13:50:25 +01:00
And then add future plans
This commit is contained in:
parent
57f0f84c9f
commit
afad32e8ff
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user