From 7c6cf9cc36e24db8982bc94b59ebb28c389dbed9 Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Tue, 28 Nov 2023 07:35:01 -0500 Subject: [PATCH] And then change it back so it's obvious in term --- source/Irrlicht/CB3DJSONMeshFileLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Irrlicht/CB3DJSONMeshFileLoader.cpp b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp index 5e6aca89..09055ed2 100644 --- a/source/Irrlicht/CB3DJSONMeshFileLoader.cpp +++ b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp @@ -320,7 +320,7 @@ std::tuple 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;