summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 4b3eb18..dec6038 100644
--- a/play.js
+++ b/play.js
@@ -415,7 +415,7 @@ for (let i = 0; i <= 45; ++i) {
x = 1205 + 22
y = 1577 - (i-25) * 47.25 + 22
}
- TRACK_XY[i] = [ x, y ]
+ TRACK_XY[i] = [ Math.round(x), Math.round(y) ]
}
const CALENDAR_XY = [