add back pulsing select box

this was commented out during testing, i forgot to undo said change before pushing the change
This commit is contained in:
ITotalJustice
2025-01-06 22:53:22 +00:00
parent 26f195b54f
commit e9f0d2349c

View File

@@ -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,