mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-02 10:55:05 +00:00
fix
This commit is contained in:
parent
ddfdeffc99
commit
4a8e09685a
1 changed files with 2 additions and 1 deletions
|
@ -911,7 +911,8 @@ void DivSample::render() {
|
|||
}
|
||||
if (depth!=DIV_SAMPLE_DEPTH_VOX) { // BRR
|
||||
if (!initInternal(DIV_SAMPLE_DEPTH_BRR,samples)) return;
|
||||
brrEncode(data16,dataBRR,samples);
|
||||
// TODO: loop point
|
||||
brrEncode(data16,dataBRR,samples,0);
|
||||
}
|
||||
if (depth!=DIV_SAMPLE_DEPTH_VOX) { // VOX
|
||||
if (!initInternal(DIV_SAMPLE_DEPTH_VOX,samples)) return;
|
||||
|
|
Loading…
Reference in a new issue