Next log call changes.
This commit is contained in:
@@ -568,7 +568,7 @@ void glTFExporter::ExportMeshes()
|
||||
else
|
||||
msg = "mesh must has vertices and faces.";
|
||||
|
||||
DefaultLogger::get()->warn("GLTF: can not use Open3DGC-compression: " + msg);
|
||||
ASSIMP_LOG_WARN_F("GLTF: can not use Open3DGC-compression: ", msg);
|
||||
comp_allow = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user