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:
parent
0bac871eba
commit
c557c2570b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user