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

Method OnDeviceCreate

ogsr_engine/xr_3da/Stats.cpp:429–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429void CStats::OnDeviceCreate()
430{
431 pFont = xr_new<CGameFont>("stat_font", CGameFont::fsDeviceIndependent);
432 pFontHW = xr_new<CGameFont>("stat_font", CGameFont::fsDeviceIndependent);
433}
434
435void CStats::OnDeviceDestroy()
436{

Callers 2

_CreateMethod · 0.45
on_device_createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected