Skip to content

Commit 59a8c44

Browse files
committed
Increase credits max scroll distance
1 parent f71f1df commit 59a8c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/core/CCredits.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ void CCredits::Update()
412412
float fCurrentTop = 1.0f - 0.0001f * static_cast<float>(clock() - m_clkStart);
413413

414414
// If we're too far down or up, make sure we restart next pulse
415-
if (fCurrentTop <= -12.3f || fCurrentTop >= 1.0f)
415+
if (fCurrentTop <= -14.5f || fCurrentTop >= 1.0f)
416416
{
417417
m_clkStart = clock();
418418
}

0 commit comments

Comments
 (0)