mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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 {
|
||||
motorRotation = getOrientation();
|
||||
}
|
||||
//const float DEFAULT_MOTOR_TIMESCALE = 0.7f;
|
||||
const float DEFAULT_MOTOR_TIMESCALE = 0.2f;
|
||||
const float INVALID_MOTOR_TIMESCALE = 1.0e6f;
|
||||
if (_isPushing || _isBraking || !_isBeingPushed) {
|
||||
|
|
Loading…
Reference in a new issue