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

Fix gridmap palette remaining invisible

This commit is contained in:
Nehluxhes
2019-10-21 23:57:23 +02:00
parent 3564547208
commit d67a9d1a94

View File

@@ -40,11 +40,8 @@
void GridMapEditor::_node_removed(Node *p_node) {
if (p_node == node) {
if (p_node == node)
node = NULL;
hide();
mesh_library_palette->hide();
}
}
void GridMapEditor::_configure() {