Disabled skid marks (since they don't work as expected).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1756 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -919,6 +919,9 @@ void Kart::endRescue()
|
||||
//-----------------------------------------------------------------------------
|
||||
void Kart::processSkidMarks()
|
||||
{
|
||||
// FIXME: disable skidmarks for now, they currently look ugly, and are
|
||||
// sometimes hovering in the air
|
||||
return;
|
||||
assert(m_skidmark_left);
|
||||
assert(m_skidmark_right);
|
||||
const float threshold = 0.3f;
|
||||
|
||||
Reference in New Issue
Block a user