Reimplemented from OglGui::OglWindow. Definition at line 82 of file FramesPerSecond.h. References mFramesPerSecond, mInitialized, and OglGui::OglWindow::SetBorderType(). Referenced by FramesPerSecond(). 00083 { 00084 mFramesPerSecond = 0.0f; 00085 mInitialized = false; 00086 SetBorderType(BEV_LINE); 00087 }
Here is the call graph for this function:
|