fix: 修正世界地图计算逻辑中的常量值

This commit is contained in:
hi2hi 2024-12-09 02:36:28 +00:00
parent 92faaed431
commit 4e60a52749

View File

@ -39,7 +39,7 @@ export function findIntersectingGroups(coordinates) {
coordinates.forEach((coordinate, index) => {
const intersects = [];
const n = 2;
const n = -2;
coordinates.forEach((otherCoordinate, otherIndex) => {
if (index !== otherIndex) {
if (