CornerCorrection fix

This commit is contained in:
Matt Thorson
2020-05-21 20:33:29 -07:00
parent 9ee51d2427
commit ac45b58305
3 changed files with 5 additions and 5 deletions

View File

@ -210,7 +210,7 @@ namespace Strawberry
else
checker = scope:: (p) => !Check(Scene, p) && !Check<Solid>(p);
for (let i < maxAmount)
for (int i = 1; i <= maxAmount; i++)
{
for (int j = -1; j <= 1; j += 2)
{