mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +02:00
Merge pull request #5378 from ZappoMan/warningFixes
coding standard fix
This commit is contained in:
commit
5b63863dca
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
||||||
|
|
||||||
const vec4 CONNECTION_STATUS_BORDER_COLOR{ 1.0f, 0.0f, 0.0f, 0.8f };
|
const vec4 CONNECTION_STATUS_BORDER_COLOR{ 1.0f, 0.0f, 0.0f, 0.8f };
|
||||||
const float CONNECTION_STATUS_BORDER_LINE_WIDTH = 4.0f;
|
const float CONNECTION_STATUS_BORDER_LINE_WIDTH = 4.0f;
|
||||||
static const float ORTHO_NEAR_CLIP = -1000;
|
static const float ORTHO_NEAR_CLIP = -1000.0f;
|
||||||
static const float ORTHO_FAR_CLIP = 1000;
|
static const float ORTHO_FAR_CLIP = 1000.0f;
|
||||||
|
|
||||||
ApplicationOverlay::ApplicationOverlay()
|
ApplicationOverlay::ApplicationOverlay()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue