diff options
| author | Max Hilbrunner | 2018-05-29 11:49:37 +0200 |
|---|---|---|
| committer | GitHub | 2018-05-29 11:49:37 +0200 |
| commit | 37146897673f66f51736bd7022a6682285d87f47 (patch) | |
| tree | 76f810cefb7542fc4e3040d52810899a5e4ea40c /modules/gdscript/gdscript_function.cpp | |
| parent | d0b62ce1558766134ea2fc6bcf912e837d0ae40b (diff) | |
| parent | 4c69a495c948b1698a1634b506bf660bd49cdd76 (diff) | |
| download | godot-37146897673f66f51736bd7022a6682285d87f47.tar.gz godot-37146897673f66f51736bd7022a6682285d87f47.tar.zst godot-37146897673f66f51736bd7022a6682285d87f47.zip | |
Diffstat (limited to 'modules/gdscript/gdscript_function.cpp')
| -rw-r--r-- | modules/gdscript/gdscript_function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gdscript_function.cpp b/modules/gdscript/gdscript_function.cpp index 61130cb58..dac7da3a2 100644 --- a/modules/gdscript/gdscript_function.cpp +++ b/modules/gdscript/gdscript_function.cpp @@ -1455,7 +1455,7 @@ GDScriptFunction::GDScriptFunction() : _stack_size = 0; _call_size = 0; - rpc_mode = MultiplayerAPI::RPC_MODE_DISABLED; + rpc_mode = ScriptInstance::RPC_MODE_DISABLED; name = "<anonymous>"; #ifdef DEBUG_ENABLED _func_cname = NULL; |
