- fixed sloped drawer crash

This commit is contained in:
Magnus Norddahl 2018-05-11 12:28:10 +02:00
parent 2c2b19bb7f
commit b0cc472e85
1 changed files with 1 additions and 1 deletions

View File

@ -2822,7 +2822,7 @@ namespace swrenderer
}
else
{
for (int i = 0; i < width; ++i)
for (int i = 0; i <= width; ++i)
{
tiltlighting[i] = _colormap;
}