Fix compilation

This commit is contained in:
Lynix 2017-04-17 23:42:20 +02:00
parent f7cd52d947
commit 5eccfefc05
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ namespace Ndk
struct MaterialEntry struct MaterialEntry
{ {
NazaraSlot(Nz::Material, OnMaterialReflectionChange, reflectionModelChangeSlot); NazaraSlot(Nz::Material, OnMaterialReflectionModeChange, reflectionModelChangeSlot);
std::size_t renderableCounter; std::size_t renderableCounter;
}; };