mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: Fix comments
This commit is contained in:
parent
e7a3d29af5
commit
1d82aec712
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user