Fix divide by zero (issue 0000022)

This commit is contained in:
Magnus Norddahl 2017-01-10 18:25:06 +01:00
commit 4be291fb61
2 changed files with 2 additions and 1 deletions

View file

@ -647,6 +647,7 @@ namespace swrenderer
dc_x = x;
dc_iscale = iscale;
dc_textureheight = tex->GetHeight();
const FTexture::Span *span;
const BYTE *column;