another break

This commit is contained in:
Eknous-P 2025-07-25 12:26:49 +04:00
parent b6c49712d7
commit 6d44ef5641

View file

@ -293,6 +293,7 @@ int DivSample::getSampleOffset(int offset, int length, DivSampleDepth depth) {
break; break;
case DIV_SAMPLE_DEPTH_4BIT: case DIV_SAMPLE_DEPTH_4BIT:
off=(offset+1)/2; off=(offset+1)/2;
break;
default: default:
break; break;
} }