Update app.js

pull/1174/head
Andreas Rozek 2022-01-01 08:13:00 +01:00
parent f996d91ad3
commit 7b43fe720f
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,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,