Merge pull request #87688 from AThousandShips/what_is_this

Remove unnecessary `this->` expressions
This commit is contained in:
Rémi Verschelde
2024-01-29 13:18:09 +01:00
39 changed files with 160 additions and 160 deletions

View File

@ -2335,7 +2335,7 @@ void EditorNode::_edit_current(bool p_skip_foreign) {
}
bool inspector_only = editor_history.is_current_inspector_only();
this->current = current_obj;
current = current_obj;
if (!current_obj) {
SceneTreeDock::get_singleton()->set_selected(nullptr);