You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Merge pull request #87688 from AThousandShips/what_is_this
Remove unnecessary `this->` expressions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user