mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 20:06:49 +01:00
Also remove now unnecessary if.
This commit is contained in:
parent
f592c170d1
commit
cf2e53ebc3
@ -1358,11 +1358,9 @@ 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
_THREAD_SAFE_LOCK_
|
_THREAD_SAFE_LOCK_
|
||||||
call_lock--;
|
call_lock--;
|
||||||
|
Loading…
Reference in New Issue
Block a user