Skip to content

Commit

Permalink
steamcompmgr: Fix repaint checking for fade-outs
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Dec 7, 2023
1 parent 1647094 commit 72b53ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/steamcompmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8079,6 +8079,7 @@ steamcompmgr_main(int argc, char **argv)
if ( is_fading_out() )
{
nudge_steamcompmgr();
hasRepaint = true;
}
}

Expand Down

0 comments on commit 72b53ae

Please sign in to comment.