From 1345706a9ff6ad0dc041339a02d4259998b0765d Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Sat, 14 Aug 2010 21:25:16 +0000 Subject: [PATCH] Fix typo (CID 392) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38104 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/game/GameSoundBuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/game/GameSoundBuffer.cpp b/src/kits/game/GameSoundBuffer.cpp index a99b2a5e6e..4ceeb3ee03 100644 --- a/src/kits/game/GameSoundBuffer.cpp +++ b/src/kits/game/GameSoundBuffer.cpp @@ -214,7 +214,7 @@ GameSoundBuffer::GetAttributes(gs_attribute * attributes, case B_GS_PAN: attributes[i].value = fPan; if (fPanRamp) - attributes[i].duration = fGainRamp->duration; + attributes[i].duration = fPanRamp->duration; break; case B_GS_LOOPING: