about summary refs log tree commit diff
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-03-18 18:03:50 +0100
committeroy <Tom_Adams@web.de>2011-03-18 18:03:50 +0100
commita3c9ec889f487c2de307f41904454e85b0efa21c (patch)
treedb8bb34adebac4b5d33112190b5b77d81888b5ee
parentf8ae9f77327c12c038db88b66ede74fd51317282 (diff)
downloadzcatch-a3c9ec889f487c2de307f41904454e85b0efa21c.tar.gz
zcatch-a3c9ec889f487c2de307f41904454e85b0efa21c.zip
fixed problem with the text colour when using the spectator menu
-rw-r--r--src/game/client/components/spectator.cpp1
1 files changed, 1 insertions, 0 deletions
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);