Skid mark sections are now displayed using display lists once they

are finished.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1722 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2008-04-24 03:03:13 +00:00
parent b6541195c2
commit b0eb25ce5e

View File

@@ -226,6 +226,7 @@ void SkidMark::SkidMarkPos::addEnd(const sgCoord& coord)
sgVec4 color;
sgSetVec4(color, 0.15f, 0.15f, 0.15f, 0.0f);
colours->add(color); colours->add(color);
makeDList();
} // addEnd
/* EOF */