diff --git a/main.go b/main.go index 76096c2..b3ffdd6 100644 --- a/main.go +++ b/main.go @@ -53,7 +53,6 @@ func run() { rs = gfx.Render(rs, sOld, s, w, time.Since(start)) w.Update() } - w.Update() } }