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

Fixed comment

This commit is contained in:
TcePrepK 2021-07-01 23:15:30 +03:00
parent 0bac871eba
commit c557c2570b

View File

@ -127,7 +127,7 @@ export class HUDWiresOverlay extends BaseHUDPart {
);
const length = mouseTilePos.sub(valueSpritePos).length();
// If it is closer than 8 we can copy that value
// If it is closer than current minimum length we can copy that value
if (length < minLength) {
minLength = length;
value = slot.value;