updated to latest version of blah

This commit is contained in:
Noel Berry 2021-02-21 18:46:55 -08:00
parent 3d94a9dad0
commit 26bc63236d
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit a1267c738c1d046b3f7872508b511c820af37fae
Subproject commit a72cd5cab60f297926e18fa6d3d1fc125551bb9d

View File

@ -233,7 +233,7 @@ void GhostFrog::update()
if (m_state == st_floating || m_state == st_shoot || m_state == st_reflect)
{
anim->offset.y = Calc::sin(Time::elapsed * 2) * 3;
anim->offset.y = Calc::sin(Time::seconds * 2) * 3;
}
m_last_pos = entity()->position;