Fix divide by zero (issue 0000022)
This commit is contained in:
parent
ece8e95853
commit
4be291fb61
2 changed files with 2 additions and 1 deletions
|
|
@ -647,6 +647,7 @@ namespace swrenderer
|
|||
|
||||
dc_x = x;
|
||||
dc_iscale = iscale;
|
||||
dc_textureheight = tex->GetHeight();
|
||||
|
||||
const FTexture::Span *span;
|
||||
const BYTE *column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue