FullscreenUI: Use correct active state for timed indicator removal

pull/3733/head
Stenzek 2 months ago
parent 1e570edaad
commit 1917421f8a
No known key found for this signature in database

@ -613,7 +613,7 @@ void FullscreenUI::DrawIndicators(NotificationLayout& layout)
current_position.x += x_advance;
if (!indicator.active && indicator.opacity <= 0.01f)
if (!active && indicator.opacity <= 0.01f)
{
DEV_LOG("Remove challenge indicator");
it = indicators.erase(it);

Loading…
Cancel
Save