Skip to content

Commit

Permalink
resolve merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Spekular committed Apr 14, 2019
2 parents a091d50 + 8292e00 commit 062041f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tracks/SampleTrack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ void SampleTCO::setSampleFile( const QString & _sf )
float den = Engine::getSong()->getTimeSigModel().getDenominator();
length = DefaultTicksPerTact * ( nom / den );
}
else //Otherwise set it to the sample's length
{
else
{ //Otherwise set it to the sample's length
m_sampleBuffer->setAudioFile( _sf );
length = sampleLength();
}
Expand Down

0 comments on commit 062041f

Please sign in to comment.