glfw: bring back 64 bit glfw3.dll

pull/2293/head
Alexander Medvednikov 2019-10-11 13:47:33 +03:00
parent 52c2fa44b8
commit af46bf515f
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ pub fn (m &map) keys() []string {
}
fn (m map) get(key string, out voidptr) bool {
println('g')
//println('g')
if m.root == 0 {
return false
}