You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix GraphEdit grab random node when delete or deselect by clicking empty space
This commit is contained in:
@@ -788,4 +788,5 @@ GraphNode::GraphNode() {
|
||||
comment=false;
|
||||
resizeable=false;
|
||||
resizing=false;
|
||||
selected=false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user