Fix gridmap palette remaining invisible
This commit is contained in:
parent
3564547208
commit
d67a9d1a94
1 changed files with 1 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue