diff --git a/libs/blah b/libs/blah index a1267c7..a72cd5c 160000 --- a/libs/blah +++ b/libs/blah @@ -1 +1 @@ -Subproject commit a1267c738c1d046b3f7872508b511c820af37fae +Subproject commit a72cd5cab60f297926e18fa6d3d1fc125551bb9d diff --git a/src/components/ghost_frog.cpp b/src/components/ghost_frog.cpp index 8e59bb8..eb25267 100644 --- a/src/components/ghost_frog.cpp +++ b/src/components/ghost_frog.cpp @@ -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;