Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking.
This commit is contained in:
@ -27,6 +27,7 @@ ObjectBase::ObjectBase()
|
||||
|
||||
ObjectBase::~ObjectBase()
|
||||
{
|
||||
//LOGV("~ObjectBase %p ref %i", this, mRefCount);
|
||||
rsAssert(!mRefCount);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user