Fix glider

This commit is contained in:
timokoesters 2019-06-16 17:52:44 +02:00
parent c27fd0db82
commit a08b1b6fd7
No known key found for this signature in database
GPG Key ID: CD80BE9AAEE78097

View File

@ -79,7 +79,6 @@ impl<'a> System<'a> for Sys {
// Glide
if controller.glide
&& glidings.get(entity).is_none()
&& on_ground.is_none()
&& attackings.get(entity).is_none()
&& rollings.get(entity).is_none()