<Jax>GOTCHA!</Jax>
Holds and rolls can be made right in Song Timing. Hmm...still another bug or two to find and fix I think.
This commit is contained in:
+1
-1
@@ -2509,7 +2509,7 @@ void ScreenEdit::ScrollTo( float fDestinationBeat )
|
||||
CLAMP( fDestinationBeat, 0, GetMaximumBeatForMoving() );
|
||||
|
||||
// Don't play the sound and do the hold note logic below if our position didn't change.
|
||||
const float fOriginalBeat = GAMESTATE->m_pPlayerState[PLAYER_1]->m_Position.m_fSongBeat;
|
||||
const float fOriginalBeat = GetAppropriatePosition().m_fSongBeat;
|
||||
if( fOriginalBeat == fDestinationBeat )
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user