Fix warning
This commit is contained in:
parent
ff59d2b6df
commit
0b34b2374a
|
|
@ -212,7 +212,7 @@ namespace Nz
|
|||
}
|
||||
|
||||
template<typename T>
|
||||
void CullingList<T>::NotifyMovement(CullTest type, std::size_t index, void* oldPtr, void* newPtr)
|
||||
void CullingList<T>::NotifyMovement(CullTest type, std::size_t index, void* /*oldPtr*/, void* newPtr)
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue