From 60df0f6c19fcad22e8d04f9bb70a4e1b3c6e61ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 27 Feb 2023 15:52:21 +0100 Subject: [PATCH] More debug output --- src/OpenMesh/Core/IO/importer/ImporterT.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OpenMesh/Core/IO/importer/ImporterT.hh b/src/OpenMesh/Core/IO/importer/ImporterT.hh index 40ccc714..bf5abec3 100644 --- a/src/OpenMesh/Core/IO/importer/ImporterT.hh +++ b/src/OpenMesh/Core/IO/importer/ImporterT.hh @@ -439,6 +439,7 @@ public: { OpenMesh::MPropHandleT< std::map< int, std::string > > property; + std::cerr <<"HALLOOOOOOOOOOOO" << std::endl; std::cerr << "add_texture_information " << _id << " name : " << _name << std::endl; if ( !mesh_.get_property_handle(property,"TextureMapping") ) { std::cerr << "Added Texturemapping property" << std::endl;