mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 21:45:15 +02:00
Fixed ubuntu compiler warning
This commit is contained in:
parent
71634b4c8d
commit
e658ce8fb9
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ ApplicationOverlay::ApplicationOverlay() :
|
|||
_framebufferObject(NULL),
|
||||
_textureFov(DEFAULT_OCULUS_UI_ANGULAR_SIZE * RADIANS_PER_DEGREE),
|
||||
_alpha(1.0f),
|
||||
_crosshairTexture(0),
|
||||
_oculusuiRadius(1.0f) {
|
||||
_oculusuiRadius(1.0f),
|
||||
_crosshairTexture(0) {
|
||||
|
||||
memset(_reticleActive, 0, sizeof(_reticleActive));
|
||||
memset(_magActive, 0, sizeof(_reticleActive));
|
||||
|
|
Loading…
Reference in a new issue