You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Fix gridmap palette remaining invisible
This commit is contained in:
@@ -40,11 +40,8 @@
|
|||||||
|
|
||||||
void GridMapEditor::_node_removed(Node *p_node) {
|
void GridMapEditor::_node_removed(Node *p_node) {
|
||||||
|
|
||||||
if (p_node == node) {
|
if (p_node == node)
|
||||||
node = NULL;
|
node = NULL;
|
||||||
hide();
|
|
||||||
mesh_library_palette->hide();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GridMapEditor::_configure() {
|
void GridMapEditor::_configure() {
|
||||||
|
|||||||
Reference in New Issue
Block a user