Skip to content

Commit

Permalink
Default construct m_sample in SampleClip
Browse files Browse the repository at this point in the history
Missed step from 5ab791f
  • Loading branch information
sakertooth committed Aug 9, 2023
1 parent 2f1d3f1 commit e483517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/SampleClip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ namespace lmms

SampleClip::SampleClip( Track * _track ) :
Clip( _track ),
m_sample(std::make_shared<Sample>()),
m_isPlaying( false )
{
saveJournallingState( false );
Expand Down

0 comments on commit e483517

Please sign in to comment.