1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

-Cleaned up GraphEdit, also fixes #3568

This commit is contained in:
Juan Linietsky
2016-02-08 16:28:12 -03:00
parent a84dfbc46b
commit 34c022a0a2
8 changed files with 112 additions and 30 deletions

View File

@@ -591,4 +591,5 @@ void GraphNode::_bind_methods() {
GraphNode::GraphNode() {
show_close=false;
connpos_dirty=true;
set_stop_mouse(false);
}