aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-01-16 12:43:25 -0800
committerChris Robinson <[email protected]>2008-01-16 12:43:25 -0800
commit10a9bc62bf859ad3b97be9bda36fb0a737175774 (patch)
tree1ca86f060ddd4dbc1ad747c4b7afce18fdd89aa6 /OpenAL32/Include/alSource.h
parent8cbbf17519193ddf8f49678a77e92088f5778d69 (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.h2
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];