1
0
Fork 0

Disable the defaulting of gear friction so the tunables actually work

This commit is contained in:
andy 2006-12-22 18:02:17 +00:00
parent 071d2f12a3
commit f04499cdc6

View file

@ -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);
}
}