godot-extended-libraries / godot-next

Godot Node Extensions - Basic Node Extensions for Godot Engine
MIT License
957 stars 61 forks source link

Do not _process vector displays when running a scene #68

Closed Rubonnek closed 4 years ago

Rubonnek commented 4 years ago

Running the demo causes the following error without this change:

Attempt to call function 'add_child' in base 'null instance' on a null instance.

The null instance being:

get_tree().get_edited_scene_root()
willnationsdev commented 4 years ago

Looks good. Thanks!