Remove unused code

pull/556/head
tobspr 4 years ago
parent 6c8a29cea6
commit c25428357e

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

Loading…
Cancel
Save