loop: Remove comments

This commit is contained in:
Hajime Hoshi 2016-09-01 10:37:08 +09:00
parent 1e0bdf844d
commit 068bc55ded

View File

@ -186,9 +186,6 @@ func (c *runContext) render(g GraphicsContext) error {
if err := g.UpdateAndDraw(ui.GLContext(), tt); err != nil { if err := g.UpdateAndDraw(ui.GLContext(), tt); err != nil {
return err return err
} }
/*if err := ui.CurrentUI().SwapBuffers(); err != nil {
return err
}*/
c.lastUpdated += int64(tt) * int64(time.Second) / int64(fps) c.lastUpdated += int64(tt) * int64(time.Second) / int64(fps)
c.frames++ c.frames++
return nil return nil