Key not found errors with Plinko

This commit is contained in:
barelyprofessional
2026-01-08 23:42:21 -06:00
parent 2e767f00ab
commit 2570523c3e

View File

@@ -262,7 +262,7 @@ public class PlinkoCommand : ICommand
public (int row, int col) POSITION;
public PlinkoBall()
{
POSITION = (0, DIFFICULTY);
POSITION = (0, DIFFICULTY - 1);
}
public void Iterate()