From 1a7a79b92311141b3bf8d1158fe92404f13f88eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 20 Apr 2023 19:34:14 +0200 Subject: [PATCH] sceneconverter: update a TODO. Hmm, the filterAttributes() wasn't even used there because there's another TODO. Tech debt, trash fires et cetera. --- src/Magnum/SceneTools/sceneconverter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/SceneTools/sceneconverter.cpp b/src/Magnum/SceneTools/sceneconverter.cpp index c6e874062..1ebc81a4f 100644 --- a/src/Magnum/SceneTools/sceneconverter.cpp +++ b/src/Magnum/SceneTools/sceneconverter.cpp @@ -559,8 +559,8 @@ well, the IDs reference attributes of the first mesh.)") Error{} << "The --mesh-level option can only be used with --mesh"; return 1; } - /** @todo remove this once only-attributes can work with attribute names - and thus for more meshes */ + /** @todo remove this once only-mesh-attributes can work with attribute + names and thus for more meshes */ if(args.value("only-mesh-attributes") && !args.value("mesh") && !args.isSet("concatenate-meshes")) { Error{} << "The --only-mesh-attributes option can only be used with --mesh or --concatenate-meshes"; return 1;