mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'ygor/fix-glider-stuck-inside-wall' into 'master'
Reset on_ceiling when not on ceiling See merge request veloren/veloren!2247
This commit is contained in:
commit
58dcec79b5
@ -1317,6 +1317,7 @@ fn box_voxel_collision<'a, T: BaseVol<Vox = Block> + ReadVol>(
|
||||
}
|
||||
|
||||
physics_state.on_ground = false;
|
||||
physics_state.on_ceiling = false;
|
||||
|
||||
let mut on_ground = false;
|
||||
let mut on_ceiling = false;
|
||||
|
Loading…
Reference in New Issue
Block a user