Skip to content

Commit

Permalink
Merge branch 'next' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Jan 6, 2025
2 parents 07f6ee9 + f32b8bd commit 18c9ec1
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 18c9ec1

Please sign in to comment.