mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
examples/gamepad: Fix the layout
This commit is contained in:
parent
ea12ede127
commit
82c41cea39
@ -168,7 +168,6 @@ func (g *Game) Draw(screen *ebiten.Image) {
|
||||
if ebiten.IsStandardGamepadLayoutAvailable(id) {
|
||||
str += "\n"
|
||||
str += standardMap(id) + "\n"
|
||||
str += "\n"
|
||||
}
|
||||
str += "\n"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user