mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix warning
This commit is contained in:
parent
7a09582a65
commit
68c6cae4f3
1 changed files with 3 additions and 3 deletions
|
@ -56,9 +56,9 @@ private:
|
|||
mat4 _eyeProjections[3];
|
||||
mat4 _compositeEyeProjections[2];
|
||||
uvec2 _desiredFramebufferSize;
|
||||
ovrTexture _eyeTextures[2];
|
||||
mutable int _hmdScreen{ -1 };
|
||||
bool _hswDismissed{ false };
|
||||
//ovrTexture _eyeTextures[2]; // FIXME - not currently in use
|
||||
mutable int _hmdScreen { -1 };
|
||||
bool _hswDismissed { false };
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue