Song: revert accidental change

This commit is contained in:
Tobias Doerffel
2014-03-30 12:27:23 +02:00
parent 445bdb69e3
commit 1adbac9009

View File

@@ -666,7 +666,8 @@ void song::addBBTrack()
{
engine::mixer()->lock();
track * t = track::create( track::BBTrack, this );
engine::getBBTrackContainer()->setCurrentBB( dynamic_cast<bbTrack *>( t )->index() );
engine::getBBTrackContainer()->setCurrentBB(
bbTrack::numOfBBTrack( t ) );
engine::mixer()->unlock();
}