godot-extended-libraries / godot-next

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

Fixed invalid call on base Nil #71

Closed Rubonnek closed 4 years ago

Rubonnek commented 4 years ago

Opening the Demo2D scene and clicking on TestVectorDisplay2D generates the following:

SCRIPT ERROR: parse_property: Invalid call. Nonexistent function 'has_method' in base 'Nil'.
   At: res://addons/godot-next/inspector_plugins/delegation_inspector_plugin.gd:30.

This patch fixes that.

willnationsdev commented 4 years ago

Thanks!