From 068bc55dedcb0e01cf9ed330ce63942b6998a09b Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 1 Sep 2016 10:37:08 +0900 Subject: [PATCH] loop: Remove comments --- internal/loop/run.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/loop/run.go b/internal/loop/run.go index dafa3e8d5..079fe3a62 100644 --- a/internal/loop/run.go +++ b/internal/loop/run.go @@ -186,9 +186,6 @@ func (c *runContext) render(g GraphicsContext) error { if err := g.UpdateAndDraw(ui.GLContext(), tt); err != nil { return err } - /*if err := ui.CurrentUI().SwapBuffers(); err != nil { - return err - }*/ c.lastUpdated += int64(tt) * int64(time.Second) / int64(fps) c.frames++ return nil