pull/2539/head
David Peer 2023-01-29 17:56:49 +01:00
parent 71392932e9
commit 24c39edda5
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ Graphics.prototype.drawPupils = function(cx, cy, r1, dx, dy, angle) {
let drawEyes = function(){
// And now the analog time
var drawHour = g.drawPupils.bind(g,55,70,12,1,0,R-38);
var drawMinute = g.drawPupils.bind(g,125,70,12,0,1,R-12);
var drawHour = g.drawPupils.bind(g,55,70,12,1,0);
var drawMinute = g.drawPupils.bind(g,125,70,12,0,1);
g.setFontAlign(0,0);