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