mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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;
|
PandaNode *get_node() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
PandaNode *_node;
|
PT(PandaNode) _node;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// Inherited from DataNode
|
// Inherited from DataNode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user