Bug fix and tidy

master
Richard Hopkins 2020-05-11 11:57:31 +01:00
parent cefaa93bc1
commit 2495df581f
1 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ const drawDecoration = () => {
y: 0.3
};
drawSegment(params);
params = {
params = {
start: 0,
arc: 360,
radius: 0.15,
@ -139,7 +139,7 @@ const drawDecoration = () => {
toY: 0.1
};
drawThickLine(params);
params = {
params = {
fromX: -0.2,
fromY: -0.05,
toX: -0.7,
@ -205,7 +205,7 @@ const drawClockFace = () => {
case "blue":
g.setColor(0,0.3,0.8);
break;
case "80's":
case "80s":
g.setColor(1,1,1);
break;
default: