pixelanim - only highlight if animation is active

This commit is contained in:
Tester23
2024-05-31 15:39:17 +02:00
parent 369bb40f98
commit 3cf433c7eb

View File

@@ -255,7 +255,7 @@ void PixelAnim_CreatePanel(http_request_t *request) {
for (i = 0; i < g_numAnims; i++) {
const char* c;
if (i == activeAnim) {
if (i == activeAnim && g_lightMode == Light_Anim) {
c = "bgrn";
}
else {