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:
@@ -202,8 +202,6 @@ public class SoundManager
|
|||||||
{
|
{
|
||||||
_rqueue = rqueue;
|
_rqueue = rqueue;
|
||||||
|
|
||||||
AL10.alGetError(); // throw away any unchecked error prior to an op we want to check
|
|
||||||
|
|
||||||
// initialize the OpenAL sound system
|
// initialize the OpenAL sound system
|
||||||
try {
|
try {
|
||||||
AL.create("", 44100, 15, false);
|
AL.create("", 44100, 15, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user