mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Don't show cl_showpred in demos
This commit is contained in:
parent
60046c7e18
commit
23477584d1
|
@ -524,7 +524,7 @@ void CHud::RenderTextInfo()
|
|||
TextRender()->RenderTextContainer(m_FPSTextContainerIndex, TextRender()->DefaultTextColor(), TextRender()->DefaultTextOutlineColor());
|
||||
}
|
||||
}
|
||||
if(g_Config.m_ClShowpred)
|
||||
if(g_Config.m_ClShowpred && Client()->State() != IClient::STATE_DEMOPLAYBACK)
|
||||
{
|
||||
char aBuf[64];
|
||||
str_from_int(Client()->GetPredictionTime(), aBuf);
|
||||
|
|
Loading…
Reference in a new issue