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 424b23d commit a747b62
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 @@ -13,7 +13,7 @@ export class DrawnMap extends Component {
this.svg = this.props.svgData;
}

componentWillMount() {
componentDidMount(){
this.img = new Image();
this.img.src = this.flatImgSrc;
this.img.onload = () => {
Expand Down

0 comments on commit a747b62

Please sign in to comment.