Fix Linux compilation

This commit is contained in:
Jérôme Leclercq
2021-04-17 19:45:43 +02:00
parent f85d11e55b
commit 8028044966
4 changed files with 5 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
namespace Nz
{
inline Model::Model(std::shared_ptr<GraphicalMesh> graphicalMesh) :
Model::Model(std::shared_ptr<GraphicalMesh> graphicalMesh) :
m_graphicalMesh(std::move(graphicalMesh))
{
m_subMeshes.reserve(m_graphicalMesh->GetSubMeshCount());

View File

@@ -72,6 +72,7 @@ namespace Nz
else
UnrecognizedLine();
#endif
break;
}
}