Skip to content

Commit 76d350b

Browse files
Add GNU Unifont to vendor credits
1 parent 80cc8fb commit 76d350b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Client/core/CCredits.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ CCredits::CCredits()
275275
"Docker (https://www.docker.com/)\n"
276276
"Embedded HTTP Server (https://ehs.fritz-elfert.de/)\n"
277277
"FreeType (https://freetype.org/)\n"
278+
"GNU Unifont (https://unifoundry.com/unifont/index.html)\n"
278279
"inspect.lua by kikito (https://github.com/kikito/inspect.lua)\n"
279280
"json-c (https://github.com/json-c/json-c)\n"
280281
"GitBook (https://www.gitbook.com/)\n"
@@ -412,7 +413,7 @@ void CCredits::Update()
412413
float fCurrentTop = 1.0f - 0.0001f * static_cast<float>(clock() - m_clkStart);
413414

414415
// If we're too far down or up, make sure we restart next pulse
415-
if (fCurrentTop <= -14.5f || fCurrentTop >= 1.0f)
416+
if (fCurrentTop <= -14.75f || fCurrentTop >= 1.0f)
416417
{
417418
m_clkStart = clock();
418419
}

0 commit comments

Comments
 (0)