fix typo in xor example code

This commit is contained in:
faiface 2017-04-15 17:15:12 +02:00
parent f4ce166964
commit 49c2beeca9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func run() {
start := time.Now()
for !win.Closed() {
// in case window got resized, we also need to resize out canvas
// in case window got resized, we also need to resize our canvas
canvas.SetBounds(win.Bounds())
offset := math.Sin(time.Since(start).Seconds()) * 300