update raycast logic for interaction

This commit is contained in:
7heIVIaze 2025-05-20 23:07:29 +09:00
parent 94798ecf8a
commit 9b3041b9b8

View File

@ -100,6 +100,10 @@ void Ahwanyoung2Character::CheckForInteractables()
IController->CurrentInteractable = Interactable;
return;
}
else
{
IController->CurrentInteractable = nullptr;
}
} else {
IController->CurrentInteractable = nullptr;
}