1
0
Fork 0

Update app.js

master
Giles Booth 2022-08-22 18:36:36 +01:00 committed by GitHub
parent 00702735bd
commit 51cbbd98a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ function draw() {
g.drawImage(seaImg, xyCenter-16, xyCenter+17);
}
print(textTime,tide1h,tide1m,tide1type,tide2h,tide2m,tide2type)
print(tide1h,tide1m,tide1type,tide2h,tide2m,tide2type)
queueDraw();
}