Skip to content

Commit 255afb5

Browse files
remove dirt image
1 parent c39a13f commit 255afb5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

client/src/playback/Map.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -562,17 +562,6 @@ export class StaticMap {
562562
this.dimension.height
563563
)
564564

565-
const dirtImg = getImageIfLoaded('dirty.png')
566-
if (dirtImg) {
567-
ctx.drawImage(
568-
dirtImg,
569-
this.dimension.minCorner.x,
570-
this.dimension.minCorner.y,
571-
this.dimension.width,
572-
this.dimension.height
573-
)
574-
}
575-
576565
for (let i = 0; i < this.dimension.width; i++) {
577566
for (let j = 0; j < this.dimension.height; j++) {
578567
const schemaIdx = this.locationToIndexUnchecked(i, j)

0 commit comments

Comments
 (0)