Added DetectRangeError function
This commit is contained in:
parent
c9a9e93c66
commit
af937366d1
7 changed files with 40 additions and 0 deletions
|
|
@ -823,6 +823,7 @@ void R_SetupBuffer ()
|
|||
#endif
|
||||
}
|
||||
dc_destorg = lineptr;
|
||||
dc_destheight = RenderTarget->GetHeight() - viewwindowy;
|
||||
for (int i = 0; i < RenderTarget->GetHeight(); i++)
|
||||
{
|
||||
ylookup[i] = i * pitch;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue