From 078e00db0d1fa9e72f8f30eb31f483e542ea0c9a Mon Sep 17 00:00:00 2001 From: Orange Date: Sun, 19 Jul 2026 14:49:56 +0300 Subject: [PATCH] added final --- include/omath/hud/gradient.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/omath/hud/gradient.hpp b/include/omath/hud/gradient.hpp index e2b3a25..89f6ebd 100644 --- a/include/omath/hud/gradient.hpp +++ b/include/omath/hud/gradient.hpp @@ -9,7 +9,7 @@ namespace omath::hud LeftToRight, }; - struct Gradient + struct Gradient final { Color top_left; Color top_right;