mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
Fixing mac/linux compilation
This commit is contained in:
parent
4cd1c52987
commit
1cfc0b2e42
1 changed files with 5 additions and 5 deletions
|
@ -235,14 +235,14 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
SwapFramebufferWrapper* _swapFbo{ nullptr };
|
||||
MirrorFramebufferWrapper* _mirrorFbo{ nullptr };
|
||||
ovrLayerEyeFov _sceneLayer;
|
||||
static SwapFramebufferWrapper* _swapFbo{ nullptr };
|
||||
static MirrorFramebufferWrapper* _mirrorFbo{ nullptr };
|
||||
static ovrLayerEyeFov _sceneLayer;
|
||||
|
||||
#else
|
||||
|
||||
ovrTexture OculusManager::_eyeTextures[ovrEye_Count];
|
||||
GlWindow* OculusManager::_outputWindow{ nullptr };
|
||||
static ovrTexture _eyeTextures[ovrEye_Count];
|
||||
static GlWindow* _outputWindow{ nullptr };
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue