From 592548e220b96da067a423cce470c7d8eea50518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 18 Jan 2023 21:20:15 +0100 Subject: [PATCH] sceneconverter: update outdated comment. --- src/Magnum/SceneTools/sceneconverter.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Magnum/SceneTools/sceneconverter.cpp b/src/Magnum/SceneTools/sceneconverter.cpp index 70e30466e..caa1acbdd 100644 --- a/src/Magnum/SceneTools/sceneconverter.cpp +++ b/src/Magnum/SceneTools/sceneconverter.cpp @@ -982,9 +982,10 @@ well, the IDs reference attributes of the first mesh.)") /* Assume there's always one passed --converter option less, and the last is implicitly AnySceneConverter. All converters except the last one are - expected to support ConvertMesh and the mesh is "piped" from one to the - other. If the last converter supports ConvertMeshToFile instead of - ConvertMesh, it's used instead of the last implicit AnySceneConverter. */ + expected to support Convert{Mesh,Multiple} and the mesh/scene is "piped" + from one to the other. If the last converter supports + Convert{Mesh,Multiple}ToFile instead of Convert{Mesh,Multiple}, it's + used instead of the last implicit AnySceneConverter. */ for(std::size_t i = 0, converterCount = args.arrayValueCount("converter"); i <= converterCount; ++i) { /* Load converter plugin */ const Containers::StringView converterName = i == converterCount ?