update 02 guide code
This commit is contained in:
parent
095d736276
commit
99168db639
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue