mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +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) {
|
func (u *UserInterface) RunWithoutMainLoop(context driver.UIContext) {
|
||||||
go func() {
|
go func() {
|
||||||
// title is ignored?
|
|
||||||
if err := u.run(context, false); err != nil {
|
if err := u.run(context, false); err != nil {
|
||||||
u.errCh <- err
|
u.errCh <- err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user