mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
internal/uidriver: Remove invalid comments
This commit is contained in:
parent
56f4e6b2d0
commit
b0b7a24f89
@ -248,7 +248,6 @@ func (u *UserInterface) Run(context driver.UIContext) error {
|
||||
|
||||
func (u *UserInterface) RunWithoutMainLoop(context driver.UIContext) {
|
||||
go func() {
|
||||
// title is ignored?
|
||||
if err := u.run(context, false); err != nil {
|
||||
u.errCh <- err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user