Replaced tabs with spaces.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14448 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -578,7 +578,7 @@ float RubberBall::updateHeight()
|
||||
if(m_current_max_height>m_max_height)
|
||||
m_current_max_height = m_max_height;
|
||||
m_interval = m_current_max_height / 10.0f;
|
||||
// Avoid too small hops and esp. a division by zero
|
||||
// Avoid too small hops and esp. a division by zero
|
||||
if(m_interval<0.01f)
|
||||
m_interval = 0.1f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user