1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

minor refactoring

This commit is contained in:
tobspr 2020-08-28 23:12:12 +02:00
parent 7a4fcb5c99
commit ec830ed5bc

View File

@ -271,7 +271,7 @@ export class HUDMassSelector extends BaseHUDPart {
parameters.context.fillStyle = THEME.map.selectionOverlay;
let renderedUids = new Set();
const renderedUids = new Set();
for (let x = realTileStart.x; x <= realTileEnd.x; ++x) {
for (let y = realTileStart.y; y <= realTileEnd.y; ++y) {