mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
ui: Remove println
This commit is contained in:
parent
187a93d80a
commit
88cfdf8878
@ -78,7 +78,6 @@ func (i *input) keyDown(code int) {
|
|||||||
if i.keyPressed == nil {
|
if i.keyPressed == nil {
|
||||||
i.keyPressed = map[int]bool{}
|
i.keyPressed = map[int]bool{}
|
||||||
}
|
}
|
||||||
println(code)
|
|
||||||
i.keyPressed[code] = true
|
i.keyPressed[code] = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user