mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
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