More bike brake fixes for high FPS

This commit is contained in:
Veyrdite 2021-07-24 10:23:05 +10:00
parent 763337c255
commit cae0a3f402
1 changed files with 0 additions and 5 deletions

View File

@ -887,12 +887,7 @@ CBike::ProcessControl(void)
wheelRight.Normalise();
if(bIsHandbrakeOn){
#ifdef FIX_BUGS
// Not sure if this is needed, but brake usually has timestep as a factor
rearBrake = 20000.0f * CTimer::GetTimeStepFix();
#else
rearBrake = 20000.0f;
#endif
m_fTireTemperature = 1.0f;
}else if(m_doingBurnout){
rearBrake = 0.0f;