summaryrefslogtreecommitdiff
path: root/tools/editor/property_editor.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-01-02 20:32:19 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-01-02 20:32:19 -0300
commit939c5f5c9effce84b55d1ff1ead33dda62c5d3d6 (patch)
treeeff5bc73d1a834cf812050683c6187bf73d95534 /tools/editor/property_editor.cpp
parent1597082c85a2bf3ddca0414de1fa32fb5f2e5350 (diff)
-Fix global transform cache not being cleared in 2D nodes, fixes many editor bugs, closes #2115
Diffstat (limited to 'tools/editor/property_editor.cpp')
-rw-r--r--tools/editor/property_editor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/editor/property_editor.cpp b/tools/editor/property_editor.cpp
index 9989169b0e..fc5fce1d47 100644
--- a/tools/editor/property_editor.cpp
+++ b/tools/editor/property_editor.cpp
@@ -3108,8 +3108,6 @@ void PropertyEditor::update_tree() {
item->add_button(1,get_icon("Reload","EditorIcons"),3);
}
}
- } else {
- print_line("no default value!");
}