Disable the defaulting of gear friction so the tunables actually work
This commit is contained in:
parent
071d2f12a3
commit
f04499cdc6
1 changed files with 0 additions and 4 deletions
|
@ -738,10 +738,6 @@ void Airplane::solveGear()
|
|||
// Critically damped (too damped, too!)
|
||||
gr->gear->setDamping(2*Math::sqrt(k*_approachWeight*gr->wgt)
|
||||
* gr->gear->getDamping());
|
||||
|
||||
// These are pretty generic
|
||||
gr->gear->setStaticFriction(0.8f);
|
||||
gr->gear->setDynamicFriction(0.7f);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue