1
0
Fork 0

Update app.js

master
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);
g.setColor('#FF0000');
g.setColor(g.theme.fg2);
g.drawLine(
CenterX + SecondHandOffset*sPhi,
CenterY - SecondHandOffset*cPhi,