mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 00:04:18 +02: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