From 26bc63236d6f8cf944eb5a7a0d9ab0e8983cc086 Mon Sep 17 00:00:00 2001 From: Noel Berry Date: Sun, 21 Feb 2021 18:46:55 -0800 Subject: [PATCH] updated to latest version of blah --- libs/blah | 2 +- src/components/ghost_frog.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;