1
0
Fork 0

slopeclockpp: fix lint

master
Rob Pilling 2024-07-31 17:54:12 +01:00
parent bfa9a757dd
commit 08e9d34392
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ let draw = function() {
let isAnimIn = true; let isAnimIn = true;
let animInterval; let animInterval;
let minuteX;
// Draw *just* the minute image // Draw *just* the minute image
let drawMinute = function() { let drawMinute = function() {
var yo = slopeBorder + offsy + y - 2*slope*minuteX/R.w; var yo = slopeBorder + offsy + y - 2*slope*minuteX/R.w;