mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-13 04:09:09 +00:00
add source-sdk-2013
This commit is contained in:
@@ -297,7 +297,7 @@ void CReplayRenderOverlay::OnTick()
|
||||
g_pVGuiLocalize->ConvertANSIToUnicode( pRenderTime, wszTime, sizeof( wszTime ) );
|
||||
}
|
||||
wchar_t wszText[256];
|
||||
g_pVGuiLocalize->ConstructString_safe( wszText, g_pVGuiLocalize->Find( "#Replay_RenderOverlay_TimeLeft" ), 2, wszTime, wszTimeLeft );
|
||||
g_pVGuiLocalize->ConstructString( wszText,sizeof( wszText ), g_pVGuiLocalize->Find( "#Replay_RenderOverlay_TimeLeft" ), 2, wszTime, wszTimeLeft );
|
||||
m_pProgressLabel->SetText( wszText );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user