mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-12 15:20:43 +08:00
fix: 修正世界地图计算逻辑中的常量值
This commit is contained in:
parent
92faaed431
commit
4e60a52749
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user