update 02 guide code

This commit is contained in:
faiface 2017-05-24 16:16:59 +02:00
parent 50ba35d4cb
commit 659dc6fd5f
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ func run() {
win.Clear(colornames.Greenyellow)
sprite.SetMatrix(pixel.IM.Moved(win.Bounds().Center()))
sprite.Draw(win)
sprite.Draw(win, pixel.IM.Moved(win.Bounds().Center()))
for !win.Closed() {
win.Update()