mirror of https://github.com/ppy/osu
Update with pattern changes.
This commit is contained in:
parent
e9f7be8dce
commit
2d11a8bdf0
|
@ -51,7 +51,7 @@ private int getNextRandomColumn(int start)
|
|||
{
|
||||
int nextColumn = Random.Next(start, AvailableColumns);
|
||||
|
||||
while (PreviousPattern.IsFilled(nextColumn))
|
||||
while (PreviousPattern.ColumnHasObject(nextColumn))
|
||||
nextColumn = Random.Next(start, AvailableColumns);
|
||||
|
||||
return nextColumn;
|
||||
|
|
Loading…
Reference in New Issue