Simpler string processing

pull/3290/head
Jordi Mas 2024-03-26 07:54:29 +01:00
parent 28cfa95419
commit 88d3d68687
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ function draw() {
true
);
g.setFontAlign(1, 0);
g.drawString(`${time}`, xcol2, yposWorld + index * 15, true);
g.drawString(time, xcol2, yposWorld + index * 15, true);
}
});