Fix warning
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user