DanialKama / ThirdPersonShooter

Third-person shooter sample project developed in Unreal Engine 5
52 stars 6 forks source link

Fix health recovery timer #19

Closed DanialKama closed 2 years ago

DanialKama commented 2 years ago

Recovering health after taking damage only happens one time and the timer does not loop until health gets full.

DanialKama commented 2 years ago

Fixed in commit number 109. Health component recovery timer fixed.