diff options
| author | Andreas Haas | 2017-06-06 21:19:37 +0200 |
|---|---|---|
| committer | Andreas Haas | 2017-06-06 21:19:55 +0200 |
| commit | 9e5efa4abd2a9cfdcf637cc393222948f8f6cc3f (patch) | |
| tree | b1c45c84fa3cdafc021a5253293b5396ac9f2d15 /scene/gui/graph_node.cpp | |
| parent | 0fb99306ff747072dfabceeeba27ca4432b9aa49 (diff) | |
| download | godot-9e5efa4abd2a9cfdcf637cc393222948f8f6cc3f.tar.gz godot-9e5efa4abd2a9cfdcf637cc393222948f8f6cc3f.tar.zst godot-9e5efa4abd2a9cfdcf637cc393222948f8f6cc3f.zip | |
Diffstat (limited to 'scene/gui/graph_node.cpp')
| -rw-r--r-- | scene/gui/graph_node.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/gui/graph_node.cpp b/scene/gui/graph_node.cpp index b5d059eaf..95f65f31d 100644 --- a/scene/gui/graph_node.cpp +++ b/scene/gui/graph_node.cpp @@ -582,8 +582,6 @@ void GraphNode::_gui_input(const Ref<InputEvent> &p_ev) { ERR_EXPLAIN("GraphNode must be the child of a GraphEdit node."); ERR_FAIL_COND(get_parent_control() == NULL); - print_line("INPUT EVENT BUTTON"); - if (mb->is_pressed() && mb->get_button_index() == BUTTON_LEFT) { Vector2 mpos = Vector2(mb->get_position().x, mb->get_position().y); |
