moved to latest simapi
This commit is contained in:
parent
6d24c5e7f2
commit
0c5a953787
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1d8380d5dc560df81d27faa1f75643e72e705081
|
||||
Subproject commit 499b92e85098c1beac9124f0faec818e1ce29b44
|
||||
Loading…
Reference in New Issue