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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user