Issue in btKinematicCharacterController::stepDown() needs review #3523
samhocevar
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The function
btKinematicCharacterController::stepDown()
inbtKinematicCharacterController.cpp
has the following code at line 567:There are parentheses around the second
&&
but no parentheses to make it explicit that the branch will always be taken whenrunonce
istrue
, which makes me suspect this code does not do what it should.The code used to look like this:
Beta Was this translation helpful? Give feedback.
All reactions