Definition at line 394 of file VideoMinimap.h. References CreateImageForShotID(), mPreviewWindow, and OglGui::WindowView2D::SetImage(). Referenced by MouseFunc(). 00395 { 00396 if (shot >= 0) { 00397 OGLIMAGE *i = CreateImageForShotID(shot); 00398 mPreviewWindow->SetImage(i); 00399 oglSys.ReleaseOglImage(i); 00400 } 00401 }
Here is the call graph for this function:
|