mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-22 13:50:25 +01:00
And then change it back so it's obvious in term
This commit is contained in:
parent
516b5a70fa
commit
7c6cf9cc36
@ -320,7 +320,7 @@ std::tuple<bool, std::string> CB3DJSONMeshFileLoader::load() {
|
||||
* Automatically cleans and returns the nullptr so it can be inlined or chained.
|
||||
*/
|
||||
CSkinnedMesh* CB3DJSONMeshFileLoader::cleanUp(std::string failure) {
|
||||
os::Printer::log(failure.c_str(), ELL_ERROR);
|
||||
os::Printer::log(failure.c_str(), ELL_WARNING);
|
||||
if (AnimatedMesh != nullptr) {
|
||||
AnimatedMesh->drop();
|
||||
AnimatedMesh = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user