aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-06-08 11:19:33 -0700
committerChris Robinson <[email protected]>2016-06-08 11:19:33 -0700
commit697ee19f71183d7da87e58ca89d67830b30f9eb5 (patch)
treead866ceb3a3e1cc09c173a5279667d0b3a5f5357 /OpenAL32/Include/alMain.h
parenta49db89d7ac60e2f184bf5696024f5b0dde08328 (diff)
Rename MaxNoOfSources for consistency
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 1 insertions, 1 deletions
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;