This commit is contained in:
Glenn Maynard
2005-08-29 10:29:03 +00:00
parent ce50477dfe
commit 1fe993e3f7
-1
View File
@@ -15,7 +15,6 @@ GraphDisplay::GraphDisplay()
m_pTexture = NULL;
}
/* Draw the graph as a z-buffer mask. */
void GraphDisplay::Load( const CString &TexturePath, const CString &sJustBarelyPath )
{
memset( m_Values, 0, sizeof(m_Values) );