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

Release GridMap floor field focus when mouse exited

This commit is contained in:
Lisapple
2019-05-08 17:42:08 +02:00
parent b0931806c2
commit 77278f6bac
2 changed files with 8 additions and 0 deletions

View File

@@ -225,6 +225,7 @@ class GridMapEditor : public VBoxContainer {
void _set_selection(bool p_active, const Vector3 p_begin = Vector3(), const Vector3 p_end = Vector3());
void _floor_changed(float p_value);
void _floor_mouse_exited();
void _delete_selection();
void _fill_selection();