still working on implementing the CheckForIntertactable(). the ui is buggy
This commit is contained in:
parent
ce82fffdda
commit
8b5c9a1f4b
@ -101,6 +101,9 @@ void Ahwanyoung2Character::CheckForInteractables()
|
||||
|
||||
void Ahwanyoung2Character::Tick(float DeltaTime)
|
||||
{
|
||||
Super::Tick(DeltaTime);
|
||||
|
||||
CheckForInteractables();
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
@ -111,6 +111,5 @@ protected:
|
||||
// To add mapping context
|
||||
virtual void BeginPlay();
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user