Remove noise

This commit is contained in:
Travis Howse 2022-08-14 23:19:25 +10:00
parent 1a01dc6ba1
commit 583acbe93c
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ func (a *Application) Run() error {
a.screen = screen
enableMouse := a.enableMouse
a.Unlock()
// Initialize and draw this screen.
if err := screen.Init(); err != nil {
panic(err)