only platform jumpable!

This commit is contained in:
Nixon 2022-08-27 21:26:31 +08:00 committed by tuxmain
parent dd34c412dd
commit 7d28ccfb88

View file

@ -375,7 +375,7 @@ fn char_platform_collision_event_system(
}
}
}
CollisionEvent::Stopped(e1, e2, flags) => {
if *flags == CollisionEventFlags::SENSOR {
if let (Ok(mut platform_count), Ok(_)) =