mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-07-15 18:51:55 +08:00
CornerCorrection fix
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user