diff options
Diffstat (limited to 'al/listener.h')
-rw-r--r-- | al/listener.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/al/listener.h b/al/listener.h index 1b440bca..318ab024 100644 --- a/al/listener.h +++ b/al/listener.h @@ -37,11 +37,12 @@ struct ALlistener { std::atomic_flag PropsClean; - /* Pointer to the most recent property values that are awaiting an update. - */ - std::atomic<ALlistenerProps*> Update{nullptr}; - struct { + /* Pointer to the most recent property values that are awaiting an + * update. + */ + std::atomic<ALlistenerProps*> Update{nullptr}; + alu::Matrix Matrix; alu::Vector Velocity; |