remove unnecessary line

This commit is contained in:
AdamWhitehurst 2020-04-01 07:10:35 -07:00
parent e04fdd715e
commit 0c4d428298

View File

@ -54,8 +54,6 @@ impl CharacterBehavior for Data {
.max(0.2);
}
// Otherwise keep gliding
update.character = CharacterState::Glide;
update
}
}