diff --git a/TombEngine/Game/Hud/TargetHighlighter.h b/TombEngine/Game/Hud/TargetHighlighter.h index 692e655e0..a9cb2f114 100644 --- a/TombEngine/Game/Hud/TargetHighlighter.h +++ b/TombEngine/Game/Hud/TargetHighlighter.h @@ -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;