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

Merge pull request #32969 from Nehluxhes/palette_vanish

Fix gridmap palette remaining invisible
This commit is contained in:
Rémi Verschelde
2019-10-22 18:51:11 +02:00
committed by GitHub

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() {