1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 06:53:52 +00:00

Minor cleanup

This commit is contained in:
Mads Buvik Sandvei 2020-06-28 13:02:12 +02:00
parent 461258cb4b
commit 90dd416d00
2 changed files with 0 additions and 6 deletions

View file

@ -58,7 +58,6 @@ namespace MWWorld
bool mAttackingOrSpell;
bool mJumping;
bool mPointing;
public:

View file

@ -590,11 +590,6 @@ void RenderManager::setViewSize(int width, int height)
if(width < 1) width = 1;
if(height < 1) height = 1;
////#ifdef USE_OPENXR
// width = 1024;
// height = 1024;
////#endif
mViewSize.set(width * mInvScalingFactor, height * mInvScalingFactor);
for (auto* camera : mGuiCameras)