diff options
author | Chris Robinson <[email protected]> | 2008-01-16 12:43:25 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-01-16 12:43:25 -0800 |
commit | 10a9bc62bf859ad3b97be9bda36fb0a737175774 (patch) | |
tree | 1ca86f060ddd4dbc1ad747c4b7afce18fdd89aa6 /OpenAL32/Include/alSource.h | |
parent | 8cbbf17519193ddf8f49678a77e92088f5778d69 (diff) |
Store a reference to the effect slot in a source's send, not a copy
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 09651fa5..f6a4619a 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -67,7 +67,7 @@ typedef struct ALsource ALfilter DirectFilter; struct { - ALeffectslot Slot; + ALeffectslot *Slot; ALfilter WetFilter; } Send[MAX_SENDS]; |