You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user