small tweak/fix (?)
svn-id: r11541
This commit is contained in:
parent
e6d176bc67
commit
8edcf3f1ca
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ protected:
|
|||
//assert(_ptr < _end);
|
||||
int16 val = READSAMPLE(is16Bit, isUnsigned, _ptr);
|
||||
_ptr += (is16Bit ? 2 : 1);
|
||||
if (_loopPtr && _ptr == _end) {
|
||||
if (_loopPtr && eosIntern()) {
|
||||
_ptr = _loopPtr;
|
||||
_end = _loopEnd;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue