mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
loop: Remove comments
This commit is contained in:
parent
1e0bdf844d
commit
068bc55ded
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user