Minor fixes

This commit is contained in:
Jérôme Leclercq
2022-02-04 13:54:26 +01:00
parent 6b2ac18feb
commit 6457854e03
7 changed files with 13 additions and 14 deletions

View File

@@ -52,8 +52,8 @@ namespace Nz
private:
std::shared_ptr<Buffer> m_buffer;
UInt32 m_indexCount;
UInt64 m_endOffset;
UInt64 m_indexCount;
UInt64 m_startOffset;
bool m_largeIndices;
};