Small refactoring into gizmos overlay in preparation for background texture

This commit is contained in:
Enrico Turri 2018-12-17 12:49:47 +01:00
parent 825f3641e2
commit 57e80f896c
2 changed files with 22 additions and 23 deletions

View file

@ -607,8 +607,8 @@ public:
private:
class Gizmos
{
static const float OverlayTexturesScale;
static const float OverlayOffsetX;
static const float OverlayIconsScale;
static const float OverlayBorder;
static const float OverlayGapY;
public: