mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +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:
|
case 1:
|
||||||
maxcol = 7;
|
maxcol = 7;
|
||||||
break;
|
break;
|
||||||
|
case 2:
|
||||||
|
if (room->directmode)
|
||||||
|
{
|
||||||
|
maxcol = 6;
|
||||||
|
}
|
||||||
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
maxcol = 6;
|
maxcol = 6;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user