Update colours for 3k to not use double-purples

This commit is contained in:
Dean Herbert 2023-03-15 17:18:45 +09:00
parent e246784867
commit d87f0557ce
1 changed files with 2 additions and 2 deletions

View File

@ -139,9 +139,9 @@ private Color4 getColourForLayout(int columnIndex, StageDefinition stage)
{
case 0: return colour_pink;
case 1: return colour_purple;
case 1: return colour_orange;
case 2: return colour_special_column;
case 2: return colour_yellow;
default: throw new ArgumentOutOfRangeException();
}