Skip to content

Commit

Permalink
Simplify access
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Nov 27, 2024
1 parent c2c25e4 commit 8fe0fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/PatternStore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void PatternStore::updateAfterTrackAdd(Track* track)
Engine::getSong()->addPatternTrack();
}

track->createClipsForPattern(Engine::patternStore()->numOfPatterns() - 1);
track->createClipsForPattern(numOfPatterns() - 1);
}

void PatternStore::updateAfterClipAdd(Track* track, Clip* clip)
Expand Down

0 comments on commit 8fe0fb8

Please sign in to comment.