diff options
| author | Juan Linietsky | 2015-08-23 20:15:56 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-08-23 20:15:56 -0300 |
| commit | 07e97414250827c3b930befa123a4bbd48d24861 (patch) | |
| tree | 8ec9872421ad333d3a1150ee64db1d0d27bd4269 /modules/gdscript/gd_script.h | |
| parent | 9d185ccc30ad5fe7eb716390ca2e7f5c06574ce0 (diff) | |
| download | godot-07e97414250827c3b930befa123a4bbd48d24861.tar.gz godot-07e97414250827c3b930befa123a4bbd48d24861.tar.zst godot-07e97414250827c3b930befa123a4bbd48d24861.zip | |
Diffstat (limited to 'modules/gdscript/gd_script.h')
| -rw-r--r-- | modules/gdscript/gd_script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gd_script.h b/modules/gdscript/gd_script.h index fe325ff71..37ef47af6 100644 --- a/modules/gdscript/gd_script.h +++ b/modules/gdscript/gd_script.h @@ -557,7 +557,7 @@ public: class ResourceFormatLoaderGDScript : public ResourceFormatLoader { public: - virtual RES load(const String &p_path,const String& p_original_path=""); + virtual RES load(const String &p_path,const String& p_original_path="",Error *r_error=NULL); virtual void get_recognized_extensions(List<String> *p_extensions) const; virtual bool handles_type(const String& p_type) const; virtual String get_resource_type(const String &p_path) const; |
