make Transform2SG keep a reference-counting pointer to its node
This commit is contained in:
parent
10ab4cc8b9
commit
f486d3c152
|
|
@ -35,7 +35,7 @@ PUBLISHED:
|
|||
PandaNode *get_node() const;
|
||||
|
||||
private:
|
||||
PandaNode *_node;
|
||||
PT(PandaNode) _node;
|
||||
|
||||
protected:
|
||||
// Inherited from DataNode
|
||||
|
|
|
|||
Loading…
Reference in New Issue