feat: clear screen on exit

This commit is contained in:
2025-05-08 13:38:40 -03:00
parent 868663d33f
commit ad17715e4a
+2
View File
@@ -477,3 +477,5 @@ while shouldRun do
updateScreen() updateScreen()
pollEvents() pollEvents()
end end
scr.clear()