Make gliding the error animation

This commit is contained in:
timokoesters 2019-08-24 11:40:07 +02:00
parent 0bb70d8182
commit b748c1a6e5
No known key found for this signature in database
GPG Key ID: CD80BE9AAEE78097

View File

@ -42,7 +42,7 @@ impl<'a> System<'a> for Sys {
(_, Glide, Idle) => Animation::Gliding,
(_, _, Attack { .. }) => Animation::Attack,
// Impossible animation (Caused by missing animations or syncing delays)
_ => Animation::Roll,
_ => Animation::Gliding,
};
let new_time = animation_infos