diff options
| author | Hein-Pieter van Braam | 2017-09-02 22:32:31 +0200 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2017-09-08 15:03:53 +0200 |
| commit | b2a38854fdde296fd2d7da139a29b23a18ab494d (patch) | |
| tree | 951326f4d966e01d4f8d4402dc7beb2252560b7a /core/script_language.cpp | |
| parent | d1cb73b47a17de830d9474026ffa7b3587cfbc68 (diff) | |
| download | godot-b2a38854fdde296fd2d7da139a29b23a18ab494d.tar.gz godot-b2a38854fdde296fd2d7da139a29b23a18ab494d.tar.zst godot-b2a38854fdde296fd2d7da139a29b23a18ab494d.zip | |
Diffstat (limited to 'core/script_language.cpp')
| -rw-r--r-- | core/script_language.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/script_language.cpp b/core/script_language.cpp index bde80a30b..5ead91f26 100644 --- a/core/script_language.cpp +++ b/core/script_language.cpp @@ -184,7 +184,6 @@ void ScriptInstance::call_multilevel(const StringName &p_method, VARIANT_ARG_DEC argc++; } - Variant::CallError error; call_multilevel(p_method, argptr, argc); } |
