Astyle format

This commit is contained in:
Robert Beckebans 2025-02-28 18:47:19 +01:00
parent f7d2ae5b9b
commit 79acde9c3f

View file

@ -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();