Merge branch 'main' into fmod-integration

This commit is contained in:
benroshio 2024-06-12 20:01:16 -04:00
commit 32ea3d2d49
11 changed files with 22 additions and 14 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

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();
};