update raycast logic for interaction
This commit is contained in:
parent
94798ecf8a
commit
9b3041b9b8
@ -100,6 +100,10 @@ void Ahwanyoung2Character::CheckForInteractables()
|
|||||||
IController->CurrentInteractable = Interactable;
|
IController->CurrentInteractable = Interactable;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
IController->CurrentInteractable = nullptr;
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
IController->CurrentInteractable = nullptr;
|
IController->CurrentInteractable = nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user