mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 07:45:33 +00:00
Always process interaction area exited event
This commit is contained in:
parent
8151298b44
commit
36432f6bba
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ public partial class ActivationProvider : Area2D
|
|||
|
||||
private void _on_interaction_controller_area_exited(Area2D area)
|
||||
{
|
||||
if (!Enabled) return;
|
||||
//if (!Enabled) return;
|
||||
if (area.IsInGroup("Interactable") && area is IInteractable interactable)
|
||||
{
|
||||
//EmitSignal(nameof(InteractableAreaExited), interactable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue