1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 07:40:24 +00:00

Squash annoying message from openal on quit

This commit is contained in:
Luke Ceddia 2017-08-11 21:31:23 +10:00
parent 8c9390173e
commit 8238feba75
2 changed files with 2 additions and 2 deletions

View file

@ -1498,7 +1498,7 @@ static ALCvoid FreeContext(ALCcontext *context)
if(context->SourceMap.size > 0)
{
ERR("(%p) Deleting %d Source(s)\n", context, context->SourceMap.size);
// ERR("(%p) Deleting %d Source(s)\n", context, context->SourceMap.size);
ReleaseALSources(context);
}
ResetUIntMap(&context->SourceMap);

View file

@ -4,4 +4,4 @@ DIM SHARED AutoBuildMsg AS STRING
Version$ = "1.1"
'BuildNum format is YYYYMMDD/id, where id is a ever-increasing
'integer. If you make a change, update the date and increase the id!
BuildNum$ = "20170804/59"
BuildNum$ = "20170811/60"