mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 00:36:47 +02:00
remove cruft
This commit is contained in:
parent
c64612c42b
commit
aa171578b7
1 changed files with 0 additions and 1 deletions
|
@ -1174,7 +1174,6 @@ void MyAvatar::updateMotors() {
|
||||||
} else {
|
} else {
|
||||||
motorRotation = getOrientation();
|
motorRotation = getOrientation();
|
||||||
}
|
}
|
||||||
//const float DEFAULT_MOTOR_TIMESCALE = 0.7f;
|
|
||||||
const float DEFAULT_MOTOR_TIMESCALE = 0.2f;
|
const float DEFAULT_MOTOR_TIMESCALE = 0.2f;
|
||||||
const float INVALID_MOTOR_TIMESCALE = 1.0e6f;
|
const float INVALID_MOTOR_TIMESCALE = 1.0e6f;
|
||||||
if (_isPushing || _isBraking || !_isBeingPushed) {
|
if (_isPushing || _isBraking || !_isBeingPushed) {
|
||||||
|
|
Loading…
Reference in a new issue