And then change it back so it's obvious in term

This commit is contained in:
jordan4ibanez 2023-11-28 07:35:01 -05:00
parent 516b5a70fa
commit 7c6cf9cc36
1 changed files with 1 additions and 1 deletions

View File

@ -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;