Fix a bug starting the property-tree mirror.
This commit is contained in:
parent
6c0e9b747d
commit
eba1f3221f
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ MirrorPropertyTreeWebsocket::MirrorPropertyTreeWebsocket(const std::string& path
|
|||
_subtreeRoot = globals->get_props()->getNode(path, true);
|
||||
_subtreeRoot->addChangeListener(_listener.get());
|
||||
_listener->registerSubtree(_subtreeRoot);
|
||||
_lastSendTime = SGTimeStamp::now();
|
||||
}
|
||||
|
||||
MirrorPropertyTreeWebsocket::~MirrorPropertyTreeWebsocket()
|
||||
|
|
Loading…
Add table
Reference in a new issue