Reorder constnst

This commit is contained in:
Sezz 2023-05-30 01:17:50 +10:00
parent d3c6659331
commit 1b9495fa0e

View file

@ -14,10 +14,10 @@ namespace TEN::Hud
};
public:
static constexpr auto SEGMENT_COUNT = 4;
static constexpr auto COLOR_GREEN = Vector4(0.0f, 0.9f, 0.1f, 9.0f);
static constexpr auto COLOR_RED = Vector4(1.0f, 0.1f, 0.1f, 9.0f);
static constexpr auto COLOR_GRAY = Vector4(0.5f, 0.5f, 0.5f, 6.0f);
static constexpr auto SEGMENT_COUNT = 4;
bool IsActive = false;
bool IsPrimary = false;