2x overdraw on the whole life meter stream so that translucency is even
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user