summaryrefslogtreecommitdiff
path: root/bin/tests
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests')
-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