moved to latest simapi

This commit is contained in:
Paul Dino Jones 2025-01-18 13:36:03 -05:00
parent 6d24c5e7f2
commit 0c5a953787
2 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ double slipeffect(SimData* simdata, int effecttype, int tyre, double threshold,
{ {
return 0; return 0;
} }
if(simdata->Zvelocity > 1) if(simdata->Zvelocity > 1 || simdata->Zvelocity < 1)
{ {
return 0; return 0;
} }

@ -1 +1 @@
Subproject commit 1d8380d5dc560df81d27faa1f75643e72e705081 Subproject commit 499b92e85098c1beac9124f0faec818e1ce29b44