Reimplemented from OglGui::OglWindow. Definition at line 382 of file Window.h. References OglGui::OglWindow::ExitFunc(), and mInfoBox. 00383 { 00384 if (mInfoBox) 00385 oglSys.InfoBoxDestroy(mInfoBox); 00386 mInfoBox = 0; 00387 OglGui::Window::ExitFunc(); 00388 }
Here is the call graph for this function:
|