summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript.h
diff options
context:
space:
mode:
authorjlahman <jlahman@users.noreply.github.com>2019-01-15 22:05:40 -0500
committerjlahman <jlahman@users.noreply.github.com>2019-01-15 22:20:36 -0500
commit6661ceadcc75fd720f93b1c8c1aea3201591b4e5 (patch)
tree050a970b8b30294e3da85477443f9119fae12f65 /modules/gdscript/gdscript.h
parent9ed34d44238d130f5c7d999bb7265e7c0e906567 (diff)
Fixes export PackedScene "reset to default" throwing errors
When exporting variables from a gdscript, default values of uninitialized variables would never be set. This caused the default value to be Variant::NIL, and when a user tried to reset the variable through the editor, an error would be thrown because too few arguments would be counted(end of argument list for calls are detected by NIL values). Fixed by simply setting default value to an empty variant of the proper type in gdscript parser.
Diffstat (limited to 'modules/gdscript/gdscript.h')
0 files changed, 0 insertions, 0 deletions