aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorfaiface <faiface2202@gmail.com>2019-05-02 22:47:44 +0200
committerfaiface <faiface2202@gmail.com>2019-05-02 22:47:44 +0200
commitda46bd5f9051999c1e7e6ef723e049cb4f666ab9 (patch)
tree42a8dd8bcbb748bbcdbef5b7b39f77cc44a3cb89 /examples
parenta98ef68275ed767887a1b55d55598195d2b27ef8 (diff)
downloadgui-da46bd5f9051999c1e7e6ef723e049cb4f666ab9.zip
examples: forgot to cover all tiles in Pexeso example
Diffstat (limited to 'examples')
-rw-r--r--examples/pexeso/main.go2
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