Remove rogue message print.
This commit is contained in:
parent
cb4eeb2640
commit
2dabac08cd
@ -565,7 +565,6 @@ const INTERFACE = {
|
||||
ctx.fillStyle = INTERFACE.Color.TextDark;
|
||||
ctx.textBaseline = "top";
|
||||
ctx.textAlign = "center";
|
||||
ctx.fillText(message, gui_margin, height - gui_margin);
|
||||
for(let i = 0; i < 4; ++i) {
|
||||
let x = basis_x + (1.5 * radius * i);
|
||||
let y = basis_y + (gui_scale * (1.15 + i));
|
||||
|
Loading…
x
Reference in New Issue
Block a user