Skip to content

Commit

Permalink
Fix map editor bg issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Jan 6, 2025
1 parent dbed4ba commit f32b8bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class GameMapEditorComponent implements OnInit {

this.specs = await firstValueFrom(this.gameService.retrieveSpecs(this.gameId));
const game = await firstValueFrom(this.gameService.retrieve(this.gameId));
this.mapImageUrl = game.mapUrl;
this.mapImageUrl = game.background;
}

protected async mousemove(e: MouseEvent) {
Expand Down

0 comments on commit f32b8bd

Please sign in to comment.