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:
hikerstk
2008-04-27 12:14:26 +00:00
parent 146c058ab1
commit b954c0dc29

View File

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