Add support for the poor souls on a 386 that can't afford to use full screen
This commit is contained in:
parent
827360e5e2
commit
b2040a0892
4 changed files with 8 additions and 1 deletions
|
|
@ -111,6 +111,8 @@ void HWDrawInfo::StartScene(FRenderViewpoint &parentvp, HWViewpointUniforms *uni
|
|||
VPUniforms.mProjectionMatrix.loadIdentity();
|
||||
VPUniforms.mViewMatrix.loadIdentity();
|
||||
VPUniforms.mNormalViewMatrix.loadIdentity();
|
||||
VPUniforms.mViewOffsetX = -screen->mSceneViewport.left;
|
||||
VPUniforms.mViewOffsetY = -screen->mSceneViewport.top;
|
||||
VPUniforms.mViewHeight = viewheight;
|
||||
if (lightmode == ELightMode::Build)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue