Added SetCurrentOptions to NoteField::DrawPrimitives so the correct options are actually set during drawing when there are two players. Fixed stealth by disabling the glow color from the column actor, so glow effects on the column won't work. Added note explaining how long GetBrightness has been disabled.

This commit is contained in:
Kyzentun
2015-05-02 18:53:00 -06:00
parent 9829de8b56
commit a8f4278a54
2 changed files with 14 additions and 3 deletions
+1
View File
@@ -745,6 +745,7 @@ void NoteField::DrawPrimitives()
}
// Some might prefer an else block, instead of returning from the if, but I
// don't want to bump the indent on the entire remaining section. -Kyz
ArrowEffects::SetCurrentOptions(&m_pPlayerState->m_PlayerOptions.GetCurrent());
CalcPixelsBeforeAndAfterTargets();
NoteDisplayCols *cur = m_pCurDisplay;