File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,7 @@ CCredits::CCredits()
275
275
" Docker (https://www.docker.com/)\n "
276
276
" Embedded HTTP Server (https://ehs.fritz-elfert.de/)\n "
277
277
" FreeType (https://freetype.org/)\n "
278
+ " GNU Unifont (https://unifoundry.com/unifont/index.html)\n "
278
279
" inspect.lua by kikito (https://github.com/kikito/inspect.lua)\n "
279
280
" json-c (https://github.com/json-c/json-c)\n "
280
281
" GitBook (https://www.gitbook.com/)\n "
@@ -412,7 +413,7 @@ void CCredits::Update()
412
413
float fCurrentTop = 1 .0f - 0 .0001f * static_cast <float >(clock () - m_clkStart);
413
414
414
415
// 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 )
416
417
{
417
418
m_clkStart = clock ();
418
419
}
You can’t perform that action at this time.
0 commit comments