Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ DestroyInternal
Method
DestroyInternal
ogsr_engine/xrGame/MainMenu.cpp:461–465 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
459
};
460
461
void CMainMenu::DestroyInternal(bool bForce)
462
{
463
if (m_startDialog && ((m_deactivated_frame < Device.dwFrame + 4) || bForce))
464
xr_delete(m_startDialog);
465
}
466
467
void CMainMenu::OnSessionTerminate(LPCSTR reason)
468
{
Callers
2
OnFrame
Method · 0.80
unload
Method · 0.80
Calls
1
xr_delete
Function · 0.85
Tested by
no test coverage detected