Update app.js

pull/1174/head
Andreas Rozek 2022-01-01 08:12:57 +01:00
parent df3e5d479c
commit f996d91ad3
1 changed files with 1 additions and 1 deletions

View File

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