mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 20:21:26 +00:00
- fixed sloped drawer crash
This commit is contained in:
parent
2c2b19bb7f
commit
b0cc472e85
1 changed files with 1 additions and 1 deletions
|
@ -2822,7 +2822,7 @@ namespace swrenderer
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
for (int i = 0; i < width; ++i)
|
for (int i = 0; i <= width; ++i)
|
||||||
{
|
{
|
||||||
tiltlighting[i] = _colormap;
|
tiltlighting[i] = _colormap;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue