1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tetris: enable compilation with -prod; cleanup of font loading errors

This commit is contained in:
Delyan Angelov
2020-04-16 19:44:15 +03:00
parent 182108faca
commit aed8370d87
2 changed files with 5 additions and 9 deletions

View File

@ -403,7 +403,6 @@ fn key_down(wnd voidptr, key, code, action, mods int) {
// global keys
match key {
k_escape {
eprintln('should close')
glfw.set_should_close(wnd, true)
}
k_space {