mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
text: Add missing fields to TextNode::CData copy constructor
This commit is contained in:
parent
91191a9d75
commit
b8c53be8fd
@ -1040,6 +1040,9 @@ CData() {
|
||||
*/
|
||||
TextNode::CData::
|
||||
CData(const CData ©) :
|
||||
_text(copy._text),
|
||||
_wtext(copy._wtext),
|
||||
_internal_geom(copy._internal_geom),
|
||||
_card_texture(copy._card_texture),
|
||||
_frame_color(copy._frame_color),
|
||||
_card_color(copy._card_color),
|
||||
|
Loading…
x
Reference in New Issue
Block a user