mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-15 16:50:42 +08:00
fix: 修正世界地图计算逻辑中的常量值
This commit is contained in:
parent
92faaed431
commit
4e60a52749
@ -39,7 +39,7 @@ export function findIntersectingGroups(coordinates) {
|
|||||||
|
|
||||||
coordinates.forEach((coordinate, index) => {
|
coordinates.forEach((coordinate, index) => {
|
||||||
const intersects = [];
|
const intersects = [];
|
||||||
const n = 2;
|
const n = -2;
|
||||||
coordinates.forEach((otherCoordinate, otherIndex) => {
|
coordinates.forEach((otherCoordinate, otherIndex) => {
|
||||||
if (index !== otherIndex) {
|
if (index !== otherIndex) {
|
||||||
if (
|
if (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user