ebiten: Fix comments

This commit is contained in:
Hajime Hoshi 2020-10-17 17:30:52 +09:00
parent e7a3d29af5
commit 1d82aec712

View File

@ -154,7 +154,6 @@ func (c *uiContext) Update() error {
}
func (c *uiContext) update() error {
// TODO: Move the clock usage to the UI driver side.
updateCount := clock.Update(MaxTPS())
// Ensure that Update is called once before Draw so that Update can be used for initialization.