mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 07:34:50 +00:00
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:
parent
751bd120ac
commit
ece8e95853
1 changed files with 1 additions and 1 deletions
|
@ -2720,7 +2720,7 @@ namespace swrenderer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (; i < width; i++)
|
for (; i <= width; i++)
|
||||||
{
|
{
|
||||||
tiltlighting[i] = lightfiller;
|
tiltlighting[i] = lightfiller;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue