Try out regular snapping again
This commit is contained in:
@@ -299,7 +299,7 @@ impl KinematicCharacterController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If needed, and if we are not already grounded, snap to the ground.
|
// If needed, and if we are not already grounded, snap to the ground.
|
||||||
if grounded_at_starting_pos {
|
//if grounded_at_starting_pos {
|
||||||
self.snap_to_ground(
|
self.snap_to_ground(
|
||||||
bodies,
|
bodies,
|
||||||
colliders,
|
colliders,
|
||||||
@@ -310,7 +310,7 @@ impl KinematicCharacterController {
|
|||||||
filter,
|
filter,
|
||||||
&mut result,
|
&mut result,
|
||||||
);
|
);
|
||||||
}
|
//}
|
||||||
|
|
||||||
// Return the result.
|
// Return the result.
|
||||||
result
|
result
|
||||||
|
|||||||
Reference in New Issue
Block a user