Fix glider

This commit is contained in:
timokoesters 2019-06-16 17:52:44 +02:00
parent 2afc45617d
commit 14ff033770
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()