summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-04-07 21:18:46 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-04-07 21:18:46 -0300
commit22997294fa87a1346ef4617b887953a356943354 (patch)
treeb6fc6dbd3357613372b24e1b07f37e87aee83bbc /bin
parentb36e41cb7117757011e6f1ccc476ccc806219a58 (diff)
-Concatenating arrays keeps the shared property if any of the arrays is shared. Fixes #1646
Diffstat (limited to 'bin')
-rw-r--r--bin/tests/test_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tests/test_gui.cpp b/bin/tests/test_gui.cpp
index 70cff12c44..afcd89c139 100644
--- a/bin/tests/test_gui.cpp
+++ b/bin/tests/test_gui.cpp
@@ -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