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

Method UnLoad

ogsr_engine/xrGame/UI.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void CUI::UnLoad()
49{
50 xr_delete(pUIGame);
51 pUIGame = Game().createGameUI();
52 R_ASSERT(pUIGame);
53}
54//--------------------------------------------------------------------
55
56void CUI::UIOnFrame()

Callers 1

OnScreenRatioChangedMethod · 0.45

Calls 2

xr_deleteFunction · 0.85
createGameUIMethod · 0.45

Tested by

no test coverage detected