Implement empty ViewLODList::Dump method

This commit is contained in:
Anonymous Maarten 2024-01-10 14:49:30 +01:00
parent 162744d01c
commit 33c9ee3c9c

View File

@ -119,4 +119,11 @@ inline int ViewLODList::Release()
return m_refCount;
}
#ifdef _DEBUG
inline void ViewLODList::Dump(void (*pTracer)(const char*, ...)) const
{
// FIXME: dump something
}
#endif
#endif // VIEWLODLIST_H