2x overdraw on the whole life meter stream so that translucency is even

This commit is contained in:
Chris Danford
2005-04-30 00:23:47 +00:00
parent 783a08b58c
commit 05757f9d46
4 changed files with 28 additions and 7 deletions
+4 -1
View File
@@ -80,7 +80,10 @@ LifeMeterBar::LifeMeterBar()
NUM_CHAMBERS,
THEME->GetPathG(sType,sExtra+"normal"),
THEME->GetPathG(sType,sExtra+"hot"),
THEME->GetPathG(sType,sExtra+"passing")
THEME->GetPathG(sType,sExtra+"passing"),
THEME->GetMetricA(sType,"StreamNormalOnCommand"),
THEME->GetMetricA(sType,"StreamHotOnCommand"),
THEME->GetMetricA(sType,"StreamPassingOnCommand")
);
this->AddChild( m_pStream );