Skip to content

Commit

Permalink
Reset color in RenderLoading
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupeyy committed Dec 5, 2024
1 parent 2fad402 commit a909a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game/client/components/menus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,8 @@ void CMenus::RenderLoading(const char *pCaption, const char *pContent, int Incre
Ui()->RenderProgressBar(ProgressBar, CurLoadRenderCount / (float)m_LoadingState.m_Total);
}

Graphics()->SetColor(ColorRGBA(1.0, 1.0, 1.0, 1.0));

Client()->UpdateAndSwap();
}

Expand Down

0 comments on commit a909a28

Please sign in to comment.