mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
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…
x
Reference in New Issue
Block a user