Actor: propagate some default parameters

This commit is contained in:
Devin J. Pohly
2013-10-20 16:34:19 -04:00
parent 702f091ea1
commit ecdc352e96
6 changed files with 33 additions and 60 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ void WorkoutGraph::SetFromGameStateAndHighlightSong( int iSongIndex )
int iBarIndex = iSongIndex - m_iSongsChoppedOffAtBeginning;
if( iBarIndex < (int)m_vpBars.size() )
m_vpBars[iBarIndex]->SetEffectGlowBlink(0.3f);
m_vpBars[iBarIndex]->SetEffectGlowBlink(0.3f, RageColor(1,1,1,0.2f), RageColor(1,1,1,0.8f));
}