From ab7be24d0a5ddf28868662a390d7ace6fa402f0c Mon Sep 17 00:00:00 2001 From: Luke Meyers Date: Fri, 7 Feb 2020 15:16:02 -0800 Subject: [PATCH] nix extra Update --- main.go | 1 - 1 file changed, 1 deletion(-) 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() } }