mirror of
https://github.com/overte-org/overte.git
synced 2025-06-21 11:20:47 +02:00
Fixing warnings
This commit is contained in:
parent
d61f4fbb25
commit
d1583e8cbe
2 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,6 @@ private:
|
||||||
mutable ovrTrackingState _trackingState;
|
mutable ovrTrackingState _trackingState;
|
||||||
ovrEyeRenderDesc _eyeRenderDescs[2];
|
ovrEyeRenderDesc _eyeRenderDescs[2];
|
||||||
ovrFovPort _eyeFovs[2];
|
ovrFovPort _eyeFovs[2];
|
||||||
mutable ovrPosef _eyePoses[2];
|
|
||||||
//ovrTexture _eyeTextures[2]; // FIXME - not currently in use
|
//ovrTexture _eyeTextures[2]; // FIXME - not currently in use
|
||||||
mutable int _hmdScreen { -1 };
|
mutable int _hmdScreen { -1 };
|
||||||
bool _hswDismissed { false };
|
bool _hswDismissed { false };
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
|
|
||||||
Q_DECLARE_LOGGING_CATEGORY(displayplugins)
|
Q_DECLARE_LOGGING_CATEGORY(displayplugins)
|
||||||
|
Q_LOGGING_CATEGORY(displayplugins, "hifi.plugins.display")
|
||||||
|
|
||||||
using Mutex = std::mutex;
|
using Mutex = std::mutex;
|
||||||
using Lock = std::unique_lock<Mutex>;
|
using Lock = std::unique_lock<Mutex>;
|
||||||
|
|
Loading…
Reference in a new issue