Fix a bunch of warnings

This commit is contained in:
SirLynix
2023-05-30 12:34:38 +02:00
parent 9d422dfe45
commit 0c7efa05e2
9 changed files with 17 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ namespace Nz
{
public:
IndexMapper(IndexBuffer& indexBuffer, UInt32 indexCount = 0);
IndexMapper(SubMesh& subMes);
IndexMapper(SubMesh& subMesh);
~IndexMapper() = default;
UInt32 Get(std::size_t i) const;