Fix typo (CID 392)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38104 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -214,7 +214,7 @@ GameSoundBuffer::GetAttributes(gs_attribute * attributes,
|
|||||||
case B_GS_PAN:
|
case B_GS_PAN:
|
||||||
attributes[i].value = fPan;
|
attributes[i].value = fPan;
|
||||||
if (fPanRamp)
|
if (fPanRamp)
|
||||||
attributes[i].duration = fGainRamp->duration;
|
attributes[i].duration = fPanRamp->duration;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case B_GS_LOOPING:
|
case B_GS_LOOPING:
|
||||||
|
|||||||
Reference in New Issue
Block a user