Scratch this one, calling getError prior to initializing the

openAL sound system doesn't work.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1178 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2011-08-17 20:45:48 +00:00
parent 5b916735c2
commit c5cdb51aa8
@@ -202,8 +202,6 @@ public class SoundManager
{
_rqueue = rqueue;
AL10.alGetError(); // throw away any unchecked error prior to an op we want to check
// initialize the OpenAL sound system
try {
AL.create("", 44100, 15, false);