Remove unnecessary this-> expressions

This commit is contained in:
A Thousand Ships 2024-01-28 21:51:39 +01:00
parent 17e7f85c06
commit 15369fdb1d
No known key found for this signature in database
GPG key ID: 2033189A662F8BD7
39 changed files with 160 additions and 160 deletions

View file

@ -2331,7 +2331,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);