This commit is contained in:
JohnCorby 2022-03-20 00:50:17 -07:00
parent c36de3073f
commit 46a7f6aa3e

View File

@ -110,6 +110,6 @@ public class QSBSectorDetector : MonoBehaviour
}
return validSectors
.MinBy(sector => sector.GetScore(_sectorDetector._attachedRigidbody));
.MinBy(x => x.GetScore(_sectorDetector._attachedRigidbody));
}
}