mirror of
https://github.com/NoelFB/tiny_link.git
synced 2024-11-25 18:18:56 +08:00
updated to latest version of blah
This commit is contained in:
parent
3d94a9dad0
commit
26bc63236d
|
@ -1 +1 @@
|
|||
Subproject commit a1267c738c1d046b3f7872508b511c820af37fae
|
||||
Subproject commit a72cd5cab60f297926e18fa6d3d1fc125551bb9d
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user