diff options
| author | faiface <faiface2202@gmail.com> | 2019-05-02 22:47:44 +0200 |
|---|---|---|
| committer | faiface <faiface2202@gmail.com> | 2019-05-02 22:47:44 +0200 |
| commit | da46bd5f9051999c1e7e6ef723e049cb4f666ab9 (patch) | |
| tree | 42a8dd8bcbb748bbcdbef5b7b39f77cc44a3cb89 | |
| parent | a98ef68275ed767887a1b55d55598195d2b27ef8 (diff) | |
| download | gui-da46bd5f9051999c1e7e6ef723e049cb4f666ab9.zip | |
examples: forgot to cover all tiles in Pexeso example
| -rw-r--r-- | examples/pexeso/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pexeso/main.go b/examples/pexeso/main.go index 45ae90e..73b18fb 100644 --- a/examples/pexeso/main.go +++ b/examples/pexeso/main.go @@ -65,7 +65,7 @@ func Tile(env gui.Env, pair chan PairMsg, r image.Rectangle, clr color.Color) { } } - env.Draw() <- redraw(0.0) + env.Draw() <- redraw(1.0) for event := range env.Events() { var x, y int |