Browse Source

MeshTools: doc++

pull/481/head
Vladimír Vondruš 6 years ago
parent
commit
5438b58348
  1. 1
      src/Magnum/MeshTools/sceneconverter.cpp

1
src/Magnum/MeshTools/sceneconverter.cpp

@ -764,6 +764,7 @@ used.)")
/* This is the last --converter (or the implicit AnySceneConverter at
the end), output to a file and exit the loop */
if(i + 1 >= converterCount && (converter->features() & Trade::SceneConverterFeature::ConvertMeshToFile)) {
/* No verbose output for just one converter */
if(converterCount > 1 && args.isSet("verbose"))
Debug{} << "Saving output with" << converterName << Debug::nospace << "...";

Loading…
Cancel
Save