Mercurial > games > semicongine
diff tests/test_font.nim @ 1137:a4aa9f374d44
did: more renaming
author | sam <sam@basx.dev> |
---|---|
date | Tue, 04 Jun 2024 20:51:22 +0700 |
parents | 71315636ba82 |
children | 02e1d2658ff5 |
line wrap: on
line diff
--- a/tests/test_font.nim Tue Jun 04 16:51:50 2024 +0700 +++ b/tests/test_font.nim Tue Jun 04 20:51:22 2024 +0700 @@ -34,8 +34,6 @@ while engine.UpdateInputs() and not KeyIsDown(Escape): var t = cpuTime() main_text.color = NewVec4f(sin(t) * 0.5 + 0.5, 0.15, 0.15, 1) - if WindowWasResized(): - var winSize = engine.GetWindow().size # add character if main_text.text.len < main_text.maxLen - 1: