Revert range adjustment (can't make out if this is wrong or not - if it is, it is wrong across the entire function)

This commit is contained in:
Magnus Norddahl 2017-01-10 15:16:55 +01:00
parent 751bd120ac
commit ece8e95853
1 changed files with 1 additions and 1 deletions

View File

@ -2720,7 +2720,7 @@ namespace swrenderer
}
}
}
for (; i < width; i++)
for (; i <= width; i++)
{
tiltlighting[i] = lightfiller;
}