RTP fix hopefully

This commit is contained in:
barelyprofessional
2026-01-08 23:33:25 -06:00
parent 4a5a573941
commit 334a8795e3

View File

@@ -216,7 +216,7 @@ public class PlinkoCommand : ICommand
for (int row = 0; row < DIFFICULTY; row++)
{
for (int col = 0; col < DIFFICULTY; col++)
for (int col = 0; col < DIFFICULTY * 2 - 1; col++)
{
spaceIsBall = false;
spaceIsValid = false;