mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a typo in the MP3 decoder.
This commit is contained in:
parent
e60b2f3a20
commit
510df9fcdf
1 changed files with 1 additions and 1 deletions
|
|
@ -2692,7 +2692,7 @@ private:
|
|||
{
|
||||
if (mc == 0)
|
||||
{
|
||||
mc = *mapEnd++;
|
||||
mc = *map++;
|
||||
xrpnt = ((float*) xr) + *map++;
|
||||
step = (*map++ == 3) ? 1 : 3;
|
||||
++map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue