From 8def887b28987e538fee3b596ae73a5b6996b554 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 31 Dec 2012 01:01:17 -0500 Subject: [PATCH] Make contexts processing (not suspended) by default. Apparently I've been violating the spec all this time. --- osx/alContext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/alContext.c b/osx/alContext.c index 8664d15..260f2cd 100644 --- a/osx/alContext.c +++ b/osx/alContext.c @@ -279,7 +279,7 @@ ALCAPI void * ALCAPIENTRY alcCreateContext(ALCdevice *device, ALint *attrlist) ctx->propagationSpeed = 1.0f; ctx->distanceModel = AL_INVERSE_DISTANCE; ctx->inUse = AL_TRUE; - ctx->suspended = AL_TRUE; + ctx->suspended = AL_FALSE; ctx->device = dev; } // else