mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Fix regression with rainbow lab BG in editor
731fb89c90 was partially reverted by #624
because of my bad rebase.
This commit is contained in:
@@ -4233,6 +4233,12 @@ void editorclass::clamp_tilecol(const int rx, const int ry, const bool wrap)
|
||||
case 1:
|
||||
maxcol = 7;
|
||||
break;
|
||||
case 2:
|
||||
if (room->directmode)
|
||||
{
|
||||
maxcol = 6;
|
||||
}
|
||||
break;
|
||||
case 3:
|
||||
maxcol = 6;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user