Typo fix
This commit is contained in:
parent
636aa6cc55
commit
c371ee5998
@ -32,7 +32,7 @@ class LoadedZone {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async getGrid(): Promise<number[][]> {
|
public async getGrid(): Promise<number[][]> {
|
||||||
let grid: number[][] = Array.from({ length: this.zone..height }, () => Array.from({ length: this.zone.width }, () => 0))
|
let grid: number[][] = Array.from({ length: this.zone.height }, () => Array.from({ length: this.zone.width }, () => 0))
|
||||||
|
|
||||||
const eventTiles = await zoneRepository.getEventTiles(this.zone.id)
|
const eventTiles = await zoneRepository.getEventTiles(this.zone.id)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user