fix: off-by-one

This commit is contained in:
cha0s 2024-07-02 18:01:31 -05:00
parent 69c3a87da3
commit e65e9e30f6

View File

@ -13,9 +13,9 @@ if (projected?.length > 0) {
bodies: [
[
{x: -8, y: -8},
{x: 8, y: -8},
{x: -8, y: 8},
{x: 8, y: 8},
{x: 7, y: -8},
{x: -8, y: 7},
{x: 7, y: 7},
],
],
},