Remove unused code

This commit is contained in:
tobspr 2020-08-14 15:48:33 +02:00
parent 6c8a29cea6
commit c25428357e
1 changed files with 0 additions and 9 deletions

View File

@ -99,15 +99,6 @@ export class HUDLayerPreview extends BaseHUDPart {
globalConfig.tileSize
);
}
// this.context.fillStyle = "green";
// this.context.fillRect(
// dx * globalConfig.tileSize,
// dy * globalConfig.tileSize,
// globalConfig.tileSize,
// globalConfig.tileSize
// );
}
}
}