diff options
| author | Rémi Verschelde | 2017-09-12 12:55:53 +0200 |
|---|---|---|
| committer | GitHub | 2017-09-12 12:55:53 +0200 |
| commit | aabbd00284640a4789f96702c134ea40b11b402e (patch) | |
| tree | 8363659a6551644b0d89401681e2909d5451a119 /scene/main/scene_tree.cpp | |
| parent | c5e0e31f5106d7d91dc478af1f86740c74cea824 (diff) | |
| parent | b2a38854fdde296fd2d7da139a29b23a18ab494d (diff) | |
| download | godot-aabbd00284640a4789f96702c134ea40b11b402e.tar.gz godot-aabbd00284640a4789f96702c134ea40b11b402e.tar.zst godot-aabbd00284640a4789f96702c134ea40b11b402e.zip | |
Diffstat (limited to 'scene/main/scene_tree.cpp')
| -rw-r--r-- | scene/main/scene_tree.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/main/scene_tree.cpp b/scene/main/scene_tree.cpp index a71b491ba..4f62d8893 100644 --- a/scene/main/scene_tree.cpp +++ b/scene/main/scene_tree.cpp @@ -870,7 +870,6 @@ void SceneTree::_call_input_pause(const StringName &p_group, const StringName &p if (!n->can_process()) continue; - Variant::CallError ce; n->call_multilevel(p_method, (const Variant **)v, 1); //ERR_FAIL_COND(node_count != g.nodes.size()); } |
