mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
reset nodeTypesOfInterest on NodeList reset
This commit is contained in:
parent
a29de84fae
commit
5ca805693c
1 changed files with 3 additions and 0 deletions
|
@ -285,6 +285,9 @@ void NodeList::reset() {
|
|||
_checkInPacket = NULL;
|
||||
|
||||
_numBytesCheckInPacket = 0;
|
||||
|
||||
delete _nodeTypesOfInterest;
|
||||
_nodeTypesOfInterest = NULL;
|
||||
}
|
||||
|
||||
void NodeList::setNodeTypesOfInterest(const char* nodeTypesOfInterest, int numNodeTypesOfInterest) {
|
||||
|
|
Loading…
Reference in a new issue