From a3c9ec889f487c2de307f41904454e85b0efa21c Mon Sep 17 00:00:00 2001 From: oy Date: Fri, 18 Mar 2011 18:03:50 +0100 Subject: fixed problem with the text colour when using the spectator menu --- src/game/client/components/spectator.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/game/client/components/spectator.cpp b/src/game/client/components/spectator.cpp index 706dbc63..050e0608 100644 --- a/src/game/client/components/spectator.cpp +++ b/src/game/client/components/spectator.cpp @@ -145,6 +145,7 @@ void CSpectator::OnRender() y += LineHeight; } + TextRender()->TextColor(1.0f, 1.0f, 1.0f, 1.0f); // draw cursor Graphics()->TextureSet(g_pData->m_aImages[IMAGE_CURSOR].m_Id); -- cgit 1.4.1