mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
compiler warning
This commit is contained in:
parent
c86cd6de5d
commit
02b5193dd2
@ -57,8 +57,8 @@ GeomNode(const string &name) :
|
|||||||
GeomNode::
|
GeomNode::
|
||||||
GeomNode(const GeomNode ©) :
|
GeomNode(const GeomNode ©) :
|
||||||
PandaNode(copy),
|
PandaNode(copy),
|
||||||
_cycler(copy._cycler),
|
_preserved(copy._preserved),
|
||||||
_preserved(copy._preserved)
|
_cycler(copy._cycler)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user