still working on implementing the CheckForIntertactable(). the ui is buggy

This commit is contained in:
Ji Yoon Rhee 2024-06-12 22:48:50 +09:00
parent ce82fffdda
commit 8b5c9a1f4b
2 changed files with 3 additions and 1 deletions

View File

@ -101,6 +101,9 @@ void Ahwanyoung2Character::CheckForInteractables()
void Ahwanyoung2Character::Tick(float DeltaTime)
{
Super::Tick(DeltaTime);
CheckForInteractables();
}
//////////////////////////////////////////////////////////////////////////

View File

@ -111,6 +111,5 @@ protected:
// To add mapping context
virtual void BeginPlay();
};