chore: newline at the end of a file
This commit is contained in:
parent
9fbbd833a5
commit
cca9b97378
|
@ -36,4 +36,4 @@ const State* EnemyHurt_Update(Enemy* self, float deltaTime) {
|
||||||
if(ntime > 1.0f)
|
if(ntime > 1.0f)
|
||||||
return EnemyIdle();
|
return EnemyIdle();
|
||||||
return EnemyHurt();
|
return EnemyHurt();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue