Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Sep 29, 2023
1 parent 2c63acc commit 2d178ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/DrawnMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class DrawnMap extends Component {

componentDidMount() {
this.backupImg = new Image();
this.backupImg.src = backupImgSrc;
this.backupImg.src = this.backupImgSrc;
}

parseSvgData(svgDataArray) {
Expand Down

0 comments on commit 2d178ca

Please sign in to comment.