mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-13 22:22:05 +00:00
Astyle format
This commit is contained in:
parent
f7d2ae5b9b
commit
79acde9c3f
1 changed files with 2 additions and 2 deletions
|
@ -584,12 +584,12 @@ void idSoundSample_OpenAL::MakeDefault()
|
|||
{
|
||||
CheckALErrors();
|
||||
alGenBuffers( 1, &openalBuffer );
|
||||
|
||||
|
||||
if( CheckALErrors() != AL_NO_ERROR )
|
||||
{
|
||||
common->Error( "idSoundSample_OpenAL::MakeDefault: error generating OpenAL hardware buffer" );
|
||||
}
|
||||
|
||||
|
||||
if( alIsBuffer( openalBuffer ) )
|
||||
{
|
||||
CheckALErrors();
|
||||
|
|
Loading…
Reference in a new issue