mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:36:57 +02:00
Unneeded comment
This commit is contained in:
parent
fa32ad5b11
commit
64725dd21b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ private:
|
||||||
QOpenGLFramebufferObject* _framebufferObject;
|
QOpenGLFramebufferObject* _framebufferObject;
|
||||||
float _trailingAudioLoudness;
|
float _trailingAudioLoudness;
|
||||||
float _textureFov;
|
float _textureFov;
|
||||||
// 0 = Mouse, 1 = Left Controller, 2 = Right Controller
|
|
||||||
enum MagnifyDevices { MOUSE, LEFT_CONTROLLER, RIGHT_CONTROLLER, NUMBER_OF_MAGNIFIERS = RIGHT_CONTROLLER + 1 };
|
enum MagnifyDevices { MOUSE, LEFT_CONTROLLER, RIGHT_CONTROLLER, NUMBER_OF_MAGNIFIERS = RIGHT_CONTROLLER + 1 };
|
||||||
bool _reticleActive[NUMBER_OF_MAGNIFIERS];
|
bool _reticleActive[NUMBER_OF_MAGNIFIERS];
|
||||||
int _mouseX[NUMBER_OF_MAGNIFIERS];
|
int _mouseX[NUMBER_OF_MAGNIFIERS];
|
||||||
|
|
Loading…
Reference in a new issue