Added isRunning().

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@690 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2008-11-08 00:11:00 +00:00
parent ab024a3054
commit dcfc762d1f
@@ -30,6 +30,9 @@ public class TestSoundManager
public boolean isDispatchThread () {
return (current == Thread.currentThread());
}
public boolean isRunning() {
return true;
}
};
final SoundManager smgr = SoundManager.createSoundManager(rqueue);