Fixed balls starting to vibrate on the spot.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2935 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
2287757c6e
commit
c0ed7a5737
@ -50,7 +50,9 @@ Bowling::Bowling(Kart *kart) : Flyable(kart, POWERUP_BOWLING, 50.0f /* mass */)
|
||||
new btSphereShape(0.5f*m_extend.getY()),
|
||||
-70.0f /*gravity*/,
|
||||
true /*rotates*/);
|
||||
|
||||
// Even if the ball is fired backwards, m_speed must be positive,
|
||||
// otherwise the ball can start to vibrate when enery is added.
|
||||
m_speed = fabsf(m_speed);
|
||||
// Do not adjust the z velociy depending on height above terrain, since
|
||||
// this would disable gravity.
|
||||
setAdjustZVelocity(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user