diff options
| author | Juan Linietsky | 2015-12-31 16:24:27 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-12-31 16:24:27 -0300 |
| commit | ec3d17b4e2b3d87ec6b46c57280ec853b264b20b (patch) | |
| tree | afa0c7e2c749926e0910e7074150da7bdeae25cf /modules/gdscript/gd_functions.cpp | |
| parent | 9c38ad00936f89c4c6ddacfdbf0332e9f1623bca (diff) | |
| download | godot-ec3d17b4e2b3d87ec6b46c57280ec853b264b20b.tar.gz godot-ec3d17b4e2b3d87ec6b46c57280ec853b264b20b.tar.zst godot-ec3d17b4e2b3d87ec6b46c57280ec853b264b20b.zip | |
Diffstat (limited to 'modules/gdscript/gd_functions.cpp')
| -rw-r--r-- | modules/gdscript/gd_functions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_functions.cpp b/modules/gdscript/gd_functions.cpp index 28eb7d54d..251b0ae39 100644 --- a/modules/gdscript/gd_functions.cpp +++ b/modules/gdscript/gd_functions.cpp @@ -525,6 +525,7 @@ void GDFunctions::call(Function p_func,const Variant **p_args,int p_arg_count,Va for(int i=0;i<p_arg_count;i++) { String os = p_args[i]->operator String();; + if (i==0) str=os; else |
