only platform jumpable!
This commit is contained in:
parent
dd34c412dd
commit
7d28ccfb88
1 changed files with 1 additions and 1 deletions
|
@ -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(_)) =
|
||||
|
|
Loading…
Reference in a new issue