fixed removeAll does not set the nInUse count to zero
This commit is contained in:
@@ -335,6 +335,7 @@ void resTable<T,ID>::removeAll ( tsSLList<T> & destination )
|
||||
destination.add ( *pItem );
|
||||
}
|
||||
}
|
||||
this->nInUse = 0;
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user