[splittiming] Don't show SPEEDS in pure editor.

This commit is contained in:
Jason Felds
2011-05-15 21:24:39 -04:00
parent 58b209959f
commit 275bb63ca0
+1 -1
View File
@@ -255,7 +255,7 @@ float ArrowEffects::GetYOffset( const PlayerState* pPlayerState, int iCol, float
TimingData &tim = pCurSteps->m_Timing;
const int index = tim.GetSpeedSegmentIndexAtBeat( fSongBeat );
if( index > 0 )
if( !GAMESTATE->m_bInStepEditor && index > 0 )
{
SpeedSegment &seg = tim.GetSpeedSegmentAtBeat( fSongBeat );
float fStartBeat = NoteRowToBeat(seg.m_iStartRow);