-Concatenating arrays keeps the shared property if any of the arrays is shared. Fixes #1646

This commit is contained in:
Juan Linietsky 2015-04-07 21:18:46 -03:00
parent b36e41cb71
commit 22997294fa
4 changed files with 6 additions and 3 deletions

View file

@ -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