Some code changed with Clang-Tidy
This commit is contained in:
@ -184,7 +184,7 @@ Node *EditorInterface::get_edited_scene_root() {
|
||||
Array EditorInterface::get_open_scenes() const {
|
||||
|
||||
Array ret;
|
||||
Vector<EditorData::EditedScene> scenes = EditorNode::get_singleton()->get_editor_data().get_edited_scenes();
|
||||
Vector<EditorData::EditedScene> scenes = EditorNode::get_editor_data().get_edited_scenes();
|
||||
|
||||
int scns_amount = scenes.size();
|
||||
for (int idx_scn = 0; idx_scn < scns_amount; idx_scn++) {
|
||||
|
||||
Reference in New Issue
Block a user