[Song] Fixed a bug where a sample start of 0 wouldn't work.
This commit is contained in:
+1
-1
@@ -563,7 +563,7 @@ void Song::TidyUpData( bool fromCache, bool duringCache )
|
||||
TranslateTitles();
|
||||
|
||||
if( m_fMusicSampleStartSeconds == -1 ||
|
||||
m_fMusicSampleStartSeconds == 0 ||
|
||||
m_fMusicSampleLengthSeconds == 0 ||
|
||||
m_fMusicSampleStartSeconds+m_fMusicSampleLengthSeconds > this->m_fMusicLengthSeconds )
|
||||
{
|
||||
const TimingData &timing = this->m_SongTiming;
|
||||
|
||||
Reference in New Issue
Block a user