mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 10:23:51 +00:00
Minor cleanup
This commit is contained in:
parent
461258cb4b
commit
90dd416d00
2 changed files with 0 additions and 6 deletions
|
@ -58,7 +58,6 @@ namespace MWWorld
|
||||||
|
|
||||||
bool mAttackingOrSpell;
|
bool mAttackingOrSpell;
|
||||||
bool mJumping;
|
bool mJumping;
|
||||||
bool mPointing;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
|
@ -590,11 +590,6 @@ void RenderManager::setViewSize(int width, int height)
|
||||||
if(width < 1) width = 1;
|
if(width < 1) width = 1;
|
||||||
if(height < 1) height = 1;
|
if(height < 1) height = 1;
|
||||||
|
|
||||||
////#ifdef USE_OPENXR
|
|
||||||
// width = 1024;
|
|
||||||
// height = 1024;
|
|
||||||
////#endif
|
|
||||||
|
|
||||||
mViewSize.set(width * mInvScalingFactor, height * mInvScalingFactor);
|
mViewSize.set(width * mInvScalingFactor, height * mInvScalingFactor);
|
||||||
|
|
||||||
for (auto* camera : mGuiCameras)
|
for (auto* camera : mGuiCameras)
|
||||||
|
|
Loading…
Reference in a new issue