Skip to content

Commit

Permalink
Updated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-morris committed Oct 11, 2023
1 parent 70befed commit 4972e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/tile.js
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ class Tile {

if (this.hillshadeFBO) {
this.hillshadeFBO.destroy();
delete this.texture;
delete this.hillshadeFBO;
}

if (this.dem) {
Expand Down

0 comments on commit 4972e34

Please sign in to comment.