Compare commits

..

No commits in common. "8b5c9a1f4bfa4a6731c23f798eb08415dba0550a" and "18abbad56df036c2c3d9c25f0a9924c0494e847d" have entirely different histories.

11 changed files with 14 additions and 22 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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

View File

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