mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-03-13 16:38:53 +01:00
Also remove now unnecessary if.
This commit is contained in:
parent
f592c170d1
commit
cf2e53ebc3
@ -1358,9 +1358,7 @@ void SceneTree::_call_input_pause(const StringName &p_group, const CallInputType
|
|||||||
|
|
||||||
Node *n = no_context_nodes[i];
|
Node *n = no_context_nodes[i];
|
||||||
|
|
||||||
if (n) {
|
n->call_multilevel(method, (const Variant **)v, 1);
|
||||||
n->call_multilevel(method, (const Variant **)v, 1);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user