Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
void CUI::UnLoad()
49
{
50
xr_delete(pUIGame);
51
pUIGame = Game().createGameUI();
52
R_ASSERT(pUIGame);
53
}
54
//--------------------------------------------------------------------
55
56
void CUI::UIOnFrame()
Callers
1
OnScreenRatioChanged
Method · 0.45
Calls
2
xr_delete
Function · 0.85
createGameUI
Method · 0.45
Tested by
no test coverage detected