Fixed LMPlayer blueprint tick not working
Signed-off-by: TjgL <lithmoneo@gmail.com>
This commit is contained in:
parent
0de78f1ed3
commit
ee9abcc3f5
@ -49,6 +49,8 @@ void ALMPlayer::BeginPlay()
|
||||
|
||||
void ALMPlayer::Tick(float DeltaTime)
|
||||
{
|
||||
Super::Tick(DeltaTime);
|
||||
|
||||
if(bHitPeriodInProgress == true)
|
||||
{
|
||||
double TimeElapsedSinceLastDamage = GetWorld()->GetTimeSeconds() - TimeOfTheLastDamage;
|
||||
|
Reference in New Issue
Block a user