Core: Integrate Ref::instantiate where possible
This commit is contained in:
@ -3001,5 +3001,5 @@ GraphEdit::GraphEdit() {
|
||||
|
||||
set_clip_contents(true);
|
||||
|
||||
arranger = Ref<GraphEditArranger>(memnew(GraphEditArranger(this)));
|
||||
arranger.instantiate(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user