You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix some leftover references to idle_frame
This commit is contained in:
@@ -246,11 +246,9 @@ void TilesEditorPlugin::make_visible(bool p_visible) {
|
||||
if (p_visible) {
|
||||
tiles_editor_button->show();
|
||||
editor_node->make_bottom_panel_item_visible(tiles_editor);
|
||||
//get_tree()->connect_compat("idle_frame", tileset_editor, "_on_workspace_process");
|
||||
} else {
|
||||
editor_node->hide_bottom_panel();
|
||||
tiles_editor_button->hide();
|
||||
//get_tree()->disconnect_compat("idle_frame", tileset_editor, "_on_workspace_process");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user