fix: off-by-one
This commit is contained in:
parent
69c3a87da3
commit
e65e9e30f6
|
@ -13,9 +13,9 @@ if (projected?.length > 0) {
|
||||||
bodies: [
|
bodies: [
|
||||||
[
|
[
|
||||||
{x: -8, y: -8},
|
{x: -8, y: -8},
|
||||||
{x: 8, y: -8},
|
{x: 7, y: -8},
|
||||||
{x: -8, y: 8},
|
{x: -8, y: 7},
|
||||||
{x: 8, y: 8},
|
{x: 7, y: 7},
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user