Whoops, that was supposed to be a regular loop. Caught by the Raydar.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@598 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Charlie Groves
2008-08-02 00:06:51 +00:00
parent 4432a9d6f8
commit ee6bf4a5b9
@@ -352,7 +352,7 @@ public class SoundManager
*/
public Frob loop (SoundType type, String pkgPath, String key)
{
return loop(type, pkgPath, key, PAN_CENTER, LOOP_TO_COMPLETION);
return loop(type, pkgPath, key, PAN_CENTER, LOOP);
}
/**