Skip to content

Commit

Permalink
Merge pull request #1534 from Azmoria/Fix---text-appearance
Browse files Browse the repository at this point in the history
Fix - text appearence when loading from another scene.
  • Loading branch information
Azmoria authored Sep 20, 2023
2 parents e8ce673 + f220fef commit de179f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Fog.js
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ function reset_canvas() {
redraw_drawn_light();
redraw_light();
redraw_fog();
redraw_text();



var canvas_grid = document.getElementById("grid_overlay");
Expand Down Expand Up @@ -937,6 +937,7 @@ function reset_canvas() {
ctx_grid.clearRect(0, 0, canvas_grid.width, canvas_grid.height);
}
apply_zoom_from_storage();
redraw_text();
}

function redraw_fog() {
Expand Down

0 comments on commit de179f6

Please sign in to comment.