Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ dbg_Draw
Method
dbg_Draw
ogsr_engine/xrGame/PHMovementControl.h:160–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
void Load(LPCSTR section);
159
#ifdef DEBUG
160
void dbg_Draw()
161
{
162
if (m_character)
163
m_character->OnRender();
164
};
165
#endif
166
167
void SetPLastMaterialIDX(u16* p) { m_character->SetPLastMaterialIDX(p); }
Callers
2
OnRender
Method · 0.45
OnRender
Method · 0.45
Calls
1
OnRender
Method · 0.45
Tested by
no test coverage detected