diff --git a/hwanyoung2/Source/hwanyoung2/hwanyoung2Character.cpp b/hwanyoung2/Source/hwanyoung2/hwanyoung2Character.cpp index c2172083..cc9ac339 100644 --- a/hwanyoung2/Source/hwanyoung2/hwanyoung2Character.cpp +++ b/hwanyoung2/Source/hwanyoung2/hwanyoung2Character.cpp @@ -100,6 +100,10 @@ void Ahwanyoung2Character::CheckForInteractables() IController->CurrentInteractable = Interactable; return; } + else + { + IController->CurrentInteractable = nullptr; + } } else { IController->CurrentInteractable = nullptr; }