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()
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 }
You can’t perform that action at this time.
0 commit comments