Merge pull request #1745 from ChillerDragon/master

Fix indentation
This commit is contained in:
oy 2018-11-30 17:08:41 +01:00 committed by GitHub
commit f3bd808d69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ void CBroadcast::RenderServerBroadcast()
return;
if(m_pClient->m_pChat->IsActive() || m_pClient->Client()->State() != IClient::STATE_ONLINE)
return;
return;
const float Fade = 1.0f - max(0.0f, (DeltaTime - DisplayStartFade) / (DisplayDuration - DisplayStartFade));