Removed debug error when copying a matrix
Former-commit-id: 60c57643b5a520abe96fdca83f2d0c28f3bc1f11
This commit is contained in:
@@ -50,7 +50,7 @@ class NAZARA_API NzResource
|
||||
void RemoveResourceListener(NzResourceListener* listener) const;
|
||||
void RemoveResourceReference() const;
|
||||
|
||||
void SetPersistent(bool persistent = true);
|
||||
void SetPersistent(bool persistent = true, bool checkReferenceCount = true);
|
||||
|
||||
protected:
|
||||
void NotifyCreated();
|
||||
|
||||
Reference in New Issue
Block a user