Update app.js

master
Andreas Rozek 2022-01-01 08:13:02 +01:00
parent 7b43fe720f
commit 0ce0d8a8d9
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@
let sPhi = Math.sin(SecondsAngle), cPhi = Math.cos(SecondsAngle);
g.setColor('#FF0000');
g.setColor(g.theme.fg2);
g.drawLine(
CenterX + SecondHandOffset*sPhi,
CenterY - SecondHandOffset*cPhi,