mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
internal/uidriver: Fix comments
This commit is contained in:
parent
64a0577c26
commit
cc1ac47387
@ -351,7 +351,7 @@ func (u *UserInterface) loop(context driver.UIContext) <-chan error {
|
|||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
|
|
||||||
// Call f asyncly to be async since ch is used in f.
|
// Call f asyncly since ch is used in f.
|
||||||
go f()
|
go f()
|
||||||
|
|
||||||
// Run another loop to watch suspended() as the above update function is never called when the tab is hidden.
|
// Run another loop to watch suspended() as the above update function is never called when the tab is hidden.
|
||||||
|
Loading…
Reference in New Issue
Block a user