Remove unnecessary this-> expressions
This commit is contained in:
parent
17e7f85c06
commit
15369fdb1d
39 changed files with 160 additions and 160 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue