MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / ResetPPMode

Method ResetPPMode

ogsr_engine/xrGame/ui/UIWindow.cpp:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87};
88
89void CUIWindow::ResetPPMode()
90{
91 if (GetPPMode())
92 {
93 MainMenu()->UnregisterPPDraw(this);
94 m_bPP = false;
95 }
96}
97
98CUIWindow::CUIWindow()
99{

Callers

nothing calls this directly

Calls 3

GetPPModeFunction · 0.85
MainMenuFunction · 0.85
UnregisterPPDrawMethod · 0.80

Tested by

no test coverage detected