mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-01 16:41:09 +00:00
Merge remote-tracking branch 'origin/master' into polybackend
This commit is contained in:
commit
8075510289
1 changed files with 3 additions and 0 deletions
|
@ -139,6 +139,9 @@ namespace swrenderer
|
||||||
int texwidth = tex->GetPhysicalWidth();
|
int texwidth = tex->GetPhysicalWidth();
|
||||||
int texheight = tex->GetPhysicalHeight();
|
int texheight = tex->GetPhysicalHeight();
|
||||||
|
|
||||||
|
dc_viewport = thread->Viewport.get();
|
||||||
|
dc_textureheight = texheight;
|
||||||
|
|
||||||
vstepY *= texheight;
|
vstepY *= texheight;
|
||||||
|
|
||||||
for (int x = sx0; x < sx1; x++)
|
for (int x = sx0; x < sx1; x++)
|
||||||
|
|
Loading…
Reference in a new issue