mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 12:32:05 +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,
|
Source: japaneseFaceSource,
|
||||||
Direction: text.DirectionTopToBottomAndRightToLeft,
|
Direction: text.DirectionTopToBottomAndRightToLeft,
|
||||||
SizeInPoints: 24,
|
SizeInPoints: 24,
|
||||||
Language: language.Thai,
|
Language: language.Japanese,
|
||||||
}, op)
|
}, op)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user