Fixed ubuntu compiler warning

This commit is contained in:
barnold1953 2014-07-10 16:57:46 -07:00
parent 71634b4c8d
commit e658ce8fb9

View file

@ -40,8 +40,8 @@ ApplicationOverlay::ApplicationOverlay() :
_framebufferObject(NULL), _framebufferObject(NULL),
_textureFov(DEFAULT_OCULUS_UI_ANGULAR_SIZE * RADIANS_PER_DEGREE), _textureFov(DEFAULT_OCULUS_UI_ANGULAR_SIZE * RADIANS_PER_DEGREE),
_alpha(1.0f), _alpha(1.0f),
_crosshairTexture(0), _oculusuiRadius(1.0f),
_oculusuiRadius(1.0f) { _crosshairTexture(0) {
memset(_reticleActive, 0, sizeof(_reticleActive)); memset(_reticleActive, 0, sizeof(_reticleActive));
memset(_magActive, 0, sizeof(_reticleActive)); memset(_magActive, 0, sizeof(_reticleActive));