You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Removed unnecessary assignments
This commit is contained in:
committed by
Rémi Verschelde
parent
4b277c2c20
commit
a22e746bc3
@@ -156,7 +156,6 @@ void EditorNode::_update_scene_tabs() {
|
||||
|
||||
scene_tabs->set_current_tab(editor_data.get_edited_scene());
|
||||
|
||||
int current = editor_data.get_edited_scene();
|
||||
if (scene_tabs->get_offset_buttons_visible()) {
|
||||
// move add button to fixed position on the tabbar
|
||||
if (scene_tab_add->get_parent() == scene_tabs) {
|
||||
|
||||
Reference in New Issue
Block a user