-Concatenating arrays keeps the shared property if any of the arrays is shared. Fixes #1646
This commit is contained in:
parent
b36e41cb71
commit
22997294fa
4 changed files with 6 additions and 3 deletions
|
|
@ -132,7 +132,7 @@ public:
|
|||
frame->add_child( button );
|
||||
|
||||
|
||||
|
||||
#if 0
|
||||
Sprite *tf = memnew( Sprite );
|
||||
frame->add_child(tf);
|
||||
Image img;
|
||||
|
|
@ -147,7 +147,7 @@ public:
|
|||
tf->set_pos(Point2(50,50));
|
||||
//tf->set_scale(Point2(0.3,0.3));
|
||||
|
||||
#if 0
|
||||
|
||||
return;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue