moved to latest simapi
This commit is contained in:
@@ -255,7 +255,7 @@ double slipeffect(SimData* simdata, int effecttype, int tyre, double threshold,
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
if(simdata->Zvelocity > 1)
|
||||
if(simdata->Zvelocity > 1 || simdata->Zvelocity < 1)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Submodule src/monocoque/simulatorapi/simapi updated: 1d8380d5dc...499b92e850
Reference in New Issue
Block a user