diff options
| -rw-r--r-- | examples/paint/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/paint/main.go b/examples/paint/main.go index 57adeb4..8ca1a2d 100644 --- a/examples/paint/main.go +++ b/examples/paint/main.go @@ -121,7 +121,6 @@ func run() { switch { case event.Matches("wi/close"): close(env.Draw()) - return } } } |