diff options
author | Chris Robinson <[email protected]> | 2016-11-22 02:28:18 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-11-22 02:59:54 -0800 |
commit | 01babb69d25fd23bde0fdf5ed525bb82934ce6fd (patch) | |
tree | 4532d0fb9439add22c860ec59b1f1dbfef29d0b2 /OpenAL32/Include | |
parent | 616adea4cc0629c7ce20a2c7e713342cadc26435 (diff) |
Clean up finding a source's voice
Diffstat (limited to 'OpenAL32/Include')
-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 b288937a..d5eb3c50 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -78,7 +78,7 @@ struct ALsourceProps { typedef struct ALvoice { struct ALsourceProps Props; - struct ALsource *volatile Source; + struct ALsource *Source; /** Current target parameters used for mixing. */ ALint Step; |