Ouch, I changed that to 25 a while back while testing, but we want 250.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@710 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2008-11-17 05:59:03 +00:00
parent 5161e49bd4
commit ee72820b54
@@ -30,7 +30,7 @@ public class Mp3AudioPlayer extends EventDispatcher
{
_loop = loop;
_positionChecker = new Timer(25);
_positionChecker = new Timer(250);
_positionChecker.addEventListener(TimerEvent.TIMER, handlePositionCheck);
}