mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
typo
This commit is contained in:
parent
525c422d74
commit
37bdfa9815
@ -4394,6 +4394,7 @@ CData(const PandaNode::CData ©) :
|
|||||||
|
|
||||||
_effects(copy._effects),
|
_effects(copy._effects),
|
||||||
_tag_data(copy._tag_data),
|
_tag_data(copy._tag_data),
|
||||||
|
// _python_tag_data appears below.
|
||||||
_draw_control_mask(copy._draw_control_mask),
|
_draw_control_mask(copy._draw_control_mask),
|
||||||
_draw_show_mask(copy._draw_show_mask),
|
_draw_show_mask(copy._draw_show_mask),
|
||||||
_into_collide_mask(copy._into_collide_mask),
|
_into_collide_mask(copy._into_collide_mask),
|
||||||
@ -4422,7 +4423,7 @@ CData(const PandaNode::CData ©) :
|
|||||||
#ifdef HAVE_PYTHON
|
#ifdef HAVE_PYTHON
|
||||||
// Copy and increment all of the Python objects held by the other
|
// Copy and increment all of the Python objects held by the other
|
||||||
// node.
|
// node.
|
||||||
_python_tag_data = _python_tag_data;
|
_python_tag_data = copy._python_tag_data;
|
||||||
inc_py_refs();
|
inc_py_refs();
|
||||||
#endif // HAVE_PYTHON
|
#endif // HAVE_PYTHON
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user