mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 19:51:15 +00:00
Implement empty ViewLODList::Dump method
This commit is contained in:
parent
162744d01c
commit
33c9ee3c9c
@ -119,4 +119,11 @@ inline int ViewLODList::Release()
|
|||||||
return m_refCount;
|
return m_refCount;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef _DEBUG
|
||||||
|
inline void ViewLODList::Dump(void (*pTracer)(const char*, ...)) const
|
||||||
|
{
|
||||||
|
// FIXME: dump something
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // VIEWLODLIST_H
|
#endif // VIEWLODLIST_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user