mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +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 {
|
||||
i.keyPressed = map[int]bool{}
|
||||
}
|
||||
println(code)
|
||||
i.keyPressed[code] = true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user