Added a constructor to not specify a default sound.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3376 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -117,6 +117,14 @@ public class SoundManager
|
|||||||
/** The default sound type. */
|
/** The default sound type. */
|
||||||
public static final SoundType DEFAULT = new SoundType("default");
|
public static final SoundType DEFAULT = new SoundType("default");
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructs a sound manager.
|
||||||
|
*/
|
||||||
|
public SoundManager (ResourceManager rmgr)
|
||||||
|
{
|
||||||
|
this(rmgr, null, null);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs a sound manager.
|
* Constructs a sound manager.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user