Conform text3d initializers to coding standard

This commit is contained in:
Zach Pomerantz 2016-02-15 10:29:21 -08:00 committed by Zach Pomerantz
parent 5d1aedf707
commit 8feace62b7

View file

@ -67,13 +67,13 @@ private:
TextRenderer3D* _textRenderer = nullptr;
QString _text;
xColor _backgroundColor = xColor{ 0, 0, 0 };
float _textAlpha{ 1.0f };
float _lineHeight{ 1.0f };
float _leftMargin{ 0.1f };
float _topMargin{ 0.1f };
float _rightMargin{ 0.1f };
float _bottomMargin{ 0.1f };
xColor _backgroundColor = xColor { 0, 0, 0 };
float _textAlpha { 1.0f };
float _lineHeight { 1.0f };
float _leftMargin { 0.1f };
float _topMargin { 0.1f };
float _rightMargin { 0.1f };
float _bottomMargin { 0.1f };
};
#endif // hifi_Text3DOverlay_h