Bugfix: skid marks were not displayed when the beginning of the skid

marks was not visible anymore.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1686 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-04-16 10:00:11 +00:00
parent f15964bb92
commit bae0f9efdc

View File

@ -180,6 +180,7 @@ void SkidMark::SkidMarkPos::add(sgCoord* coord)
sgVec4 color;
sgSetVec4(color, 0.07f, 0.07f, 0.07f, 0.8f);
colours->add(color); colours->add(color);
this->dirtyBSphere();
} // add
//-----------------------------------------------------------------------------