diff options
author | Chris Robinson <[email protected]> | 2009-10-20 13:47:55 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-10-20 13:47:55 -0700 |
commit | 75b65ab2a29aa10a054974f443cc94ccf5e70f3e (patch) | |
tree | 73d56d2f93f6f32ce93ae34dc12186aa389df84d /Alc/ALc.c | |
parent | eca8825ab4dad656dfbc92617688afc8f10ad653 (diff) |
Remove the Frequency field from the context
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -546,9 +546,6 @@ static ALvoid InitContext(ALCcontext *pContext) pContext->LastError = AL_NO_ERROR; pContext->InUse = AL_FALSE; - //Set output format - pContext->Frequency = pContext->Device->Frequency; - //Set globals pContext->DistanceModel = AL_INVERSE_DISTANCE_CLAMPED; pContext->DopplerFactor = 1.0f; |