Graphics: Fix compilation

This commit is contained in:
Lynix 2016-11-10 17:26:20 +01:00
parent e4c89f2763
commit 1b3b86aadb
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ namespace Nz
// Then the component that are interesting
bool enabled;
ComponentType type;
unsigned int offset;
std::size_t offset;
m_declaration->GetComponent(component, &enabled, &type, &offset);
if (enabled)
@ -54,7 +54,7 @@ namespace Nz
// Then the component that are interesting
bool enabled;
ComponentType type;
unsigned int offset;
std::size_t offset;
m_declaration->GetComponent(component, &enabled, &type, &offset);
if (enabled)