mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
examples/blocks: Bug fix: alpha should not be translated
This commit is contained in:
parent
eaaa714705
commit
d70e703d5e
@ -166,7 +166,7 @@ func init() {
|
||||
}
|
||||
}
|
||||
|
||||
lightGray.Translate(0.3, 0.3, 0.3, 0.3)
|
||||
lightGray.Translate(0.3, 0.3, 0.3, 0)
|
||||
}
|
||||
|
||||
func (s *GameScene) drawBackground(r *ebiten.Image) {
|
||||
|
Loading…
Reference in New Issue
Block a user