Browse Source

sceneconverter: forgot to exclude this from code coverage.

pull/594/head
Vladimír Vondruš 4 years ago
parent
commit
5cfa9fddfe
  1. 2
      src/Magnum/SceneTools/sceneconverter.cpp

2
src/Magnum/SceneTools/sceneconverter.cpp

@ -544,7 +544,7 @@ the first mesh.)")
here and addSupportedImporterContents() call here and addSupportedImporterContents() call
meshAttributeName() only with attributes present in the meshAttributeName() only with attributes present in the
actual mesh, so this should never be reached */ actual mesh, so this should never be reached */
CORRADE_INTERNAL_ASSERT_UNREACHABLE(); CORRADE_INTERNAL_ASSERT_UNREACHABLE(); /* LCOV_EXCL_LINE */
} }
Containers::Optional<Trade::MeshData> doMesh(UnsignedInt, UnsignedInt) override { Containers::Optional<Trade::MeshData> doMesh(UnsignedInt, UnsignedInt) override {
return MeshTools::reference(mesh); return MeshTools::reference(mesh);

Loading…
Cancel
Save