break
This commit is contained in:
parent
ee687498fc
commit
1c9ab27b40
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -84,6 +84,7 @@ func repl(g *engine.Game) {
|
||||||
g.Hide()
|
g.Hide()
|
||||||
if err := g.Load(game.Assets); err != nil {
|
if err := g.Load(game.Assets); err != nil {
|
||||||
log.Printf("Couldn't load: %v", err)
|
log.Printf("Couldn't load: %v", err)
|
||||||
|
break
|
||||||
}
|
}
|
||||||
g.Prepare()
|
g.Prepare()
|
||||||
g.Enable()
|
g.Enable()
|
||||||
|
|
Loading…
Reference in a new issue