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

Method Render

ogsr_engine/xrGame/UIZoneMap.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void CUIZoneMap::Render()
92{
93 m_clipFrame->Draw();
94 m_background->Draw();
95 m_compass->Draw();
96}
97
98void CUIZoneMap::SetHeading(float angle) const
99{

Callers

nothing calls this directly

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected