diff --git a/examples/blocks/blocks/gamescene.go b/examples/blocks/blocks/gamescene.go index 1d937c6f6..8ac18ce6b 100644 --- a/examples/blocks/blocks/gamescene.go +++ b/examples/blocks/blocks/gamescene.go @@ -164,7 +164,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) {