Merge pull request #5378 from ZappoMan/warningFixes

coding standard fix
This commit is contained in:
Brad Davis 2015-07-21 08:52:17 -07:00
commit 5b63863dca

View file

@ -32,8 +32,8 @@
const vec4 CONNECTION_STATUS_BORDER_COLOR{ 1.0f, 0.0f, 0.0f, 0.8f };
const float CONNECTION_STATUS_BORDER_LINE_WIDTH = 4.0f;
static const float ORTHO_NEAR_CLIP = -1000;
static const float ORTHO_FAR_CLIP = 1000;
static const float ORTHO_NEAR_CLIP = -1000.0f;
static const float ORTHO_FAR_CLIP = 1000.0f;
ApplicationOverlay::ApplicationOverlay()
{