From e9f0d2349cc8ea5e45b608db2e87d81ae63aec09 Mon Sep 17 00:00:00 2001 From: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:53:22 +0000 Subject: [PATCH] add back pulsing select box this was commented out during testing, i forgot to undo said change before pushing the change --- sphaira/source/ui/nvg_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphaira/source/ui/nvg_util.cpp b/sphaira/source/ui/nvg_util.cpp index 260140c..fd531cd 100644 --- a/sphaira/source/ui/nvg_util.cpp +++ b/sphaira/source/ui/nvg_util.cpp @@ -77,7 +77,7 @@ inline void drawRectOutlineInternal(NVGcontext* vg, float size, const NVGcolor& float gradientX, gradientY, color; getHighlightAnimation(&gradientX, &gradientY, &color); -#if 1 +#if 0 // NVGcolor pulsationColor = nvgRGBAf((color * out_col.r) + (1 - color) * out_col.r, // (color * out_col.g) + (1 - color) * out_col.g, // (color * out_col.b) + (1 - color) * out_col.b,