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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user