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:
@@ -30,7 +30,7 @@ public class Mp3AudioPlayer extends EventDispatcher
|
|||||||
{
|
{
|
||||||
_loop = loop;
|
_loop = loop;
|
||||||
|
|
||||||
_positionChecker = new Timer(25);
|
_positionChecker = new Timer(250);
|
||||||
_positionChecker.addEventListener(TimerEvent.TIMER, handlePositionCheck);
|
_positionChecker.addEventListener(TimerEvent.TIMER, handlePositionCheck);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user