Definition at line 236 of file VideoMinimap.h. References Blank(), DrawTrail(), mOglIm, and mTrails. Referenced by DisplayFunc(). 00237 { 00238 Blank(); 00239 for (int i=0; i<mTrails.size(); i++) 00240 { 00241 DrawTrail(mTrails[i]); 00242 } 00243 mOglIm->changed = 1; 00244 }
Here is the call graph for this function:
|