mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
examples/texti18n: bug fix: wrong language was specified
This commit is contained in:
parent
fe35180b78
commit
c24ade7af9
@ -144,7 +144,7 @@ func (g *Game) Draw(screen *ebiten.Image) {
|
||||
Source: japaneseFaceSource,
|
||||
Direction: text.DirectionTopToBottomAndRightToLeft,
|
||||
SizeInPoints: 24,
|
||||
Language: language.Thai,
|
||||
Language: language.Japanese,
|
||||
}, op)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user