1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Clear drag_selection when drag ends

This commit is contained in:
kobewi
2022-07-14 14:51:47 +02:00
parent 748609feac
commit 87fb95f1ff
2 changed files with 25 additions and 20 deletions

View File

@@ -455,8 +455,8 @@ private:
void _update_cursor();
void _selection_changed();
void _focus_selection(int p_op);
void _reset_drag();
SnapTarget snap_target[2];
Transform2D snap_transform;