- fix error typo in wheel.cpp
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8851 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: a5c5aa585d7370e7a5b88abbecddd20efac18364 Former-commit-id: 69ce57d77eabf6ee7b208d760d110da2834af4e6
This commit is contained in:
parent
b08a34aa09
commit
423061c646
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ void SimWheelConfig(tCar *car, int index)
|
|||
wheel->hysteresisFactorC[4] *= 1.5;
|
||||
wheel->hysteresisFactorC[5] *= 2.0;
|
||||
wheel->wearFactorC[4] *= 3.5;
|
||||
wheel->wearFactorC[4] *= 3.5;
|
||||
wheel->wearFactorC[5] *= 3.5;
|
||||
GfLogInfo("# Simu wear factor compound with no rain wet = %.4f - extreme wet = %.4f\n",
|
||||
wheel->wearFactorC[4], wheel->wearFactorC[5]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue