From 697ee19f71183d7da87e58ca89d67830b30f9eb5 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 8 Jun 2016 11:19:33 -0700 Subject: Rename MaxNoOfSources for consistency --- OpenAL32/Include/alMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/Include/alMain.h') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index cce2a17d..99407fa8 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -546,7 +546,7 @@ struct ALCdevice_struct ATOMIC(ALCenum) LastError; // Maximum number of sources that can be created - ALuint MaxNoOfSources; + ALuint SourcesMax; // Maximum number of slots that can be created ALuint AuxiliaryEffectSlotMax; -- cgit v1.2.3