Skip to content
Snippets Groups Projects
Commit 659dc6fd authored by faiface's avatar faiface
Browse files

update 02 guide code

parent 50ba35d4
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment