Play around wit grounded expectation
This commit is contained in:
@@ -365,7 +365,7 @@ impl KinematicCharacterController {
|
||||
mut kinematic_friction_translation: Option<&mut Vector<Real>>,
|
||||
mut translation_remaining: Option<&mut Vector<Real>>,
|
||||
) -> bool {
|
||||
let prediction = self.offset.eval(dims.y) * 1.1;
|
||||
let prediction = self.offset.eval(dims.y);
|
||||
|
||||
// TODO: allow custom dispatchers.
|
||||
let dispatcher = DefaultQueryDispatcher;
|
||||
|
||||
Reference in New Issue
Block a user