diff options
author | Chris Robinson <[email protected]> | 2010-05-12 07:27:12 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-05-12 07:27:12 -0700 |
commit | a53e3dda75f329f6f2060e8e760a1a4f7edbe45a (patch) | |
tree | 38104808dcb3033975a7cb55e95ab77e974cb7aa /Alc/solaris.c | |
parent | 2220c22c907026d8f4229ebf8b9eb75fb29810c9 (diff) |
Don't needlessly expose a variable for the backends
Diffstat (limited to 'Alc/solaris.c')
-rw-r--r-- | Alc/solaris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/solaris.c b/Alc/solaris.c index e60ac976..08ebdb4c 100644 --- a/Alc/solaris.c +++ b/Alc/solaris.c @@ -57,7 +57,7 @@ static ALuint SolarisProc(ALvoid *ptr) ALint frameSize; int wrote; - EnableRTPrio(RTPrioLevel); + SetRTPriority(); frameSize = aluChannelsFromFormat(pDevice->Format) * aluBytesFromFormat(pDevice->Format); |