- 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:
torcs-ng 2023-03-27 20:43:21 +00:00
parent b08a34aa09
commit 423061c646

View file

@ -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]);
}