comment grammar

This commit is contained in:
MooingLemur 2023-07-28 01:51:22 -07:00 committed by tildearrow
parent 7aa3aec20e
commit 9dcd5d1a89
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ SafeWriter* DivEngine::saveZSM(unsigned int zsmrate, bool loop) {
loopNow=true;
if (loopNow) {
// If Virtual Tempo is in use, our exact loop point
// might be skipped to quantization error.
// might be skipped due to quantization error.
// If this happens, the tick immediately following is our loop point.
if (ticks==1 || !(loopOrder==curOrder && loopRow==curRow)) {
loopPos=zsm.getoffset();