We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee3536 commit 8544dd6Copy full SHA for 8544dd6
Client/core/CCredits.cpp
@@ -370,7 +370,7 @@ void CCredits::Update()
370
float fCurrentTop = 1.0f - 0.0001f * static_cast<float>(clock() - m_clkStart);
371
372
// If we're too far down or up, make sure we restart next pulse
373
- if (fCurrentTop <= -8.0f || fCurrentTop >= 1.0f)
+ if (fCurrentTop <= -11.0f || fCurrentTop >= 1.0f)
374
{
375
m_clkStart = clock();
376
}
0 commit comments