diff options
Diffstat (limited to 'al/listener.h')
-rw-r--r-- | al/listener.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/listener.h b/al/listener.h index 81532877..a50f118a 100644 --- a/al/listener.h +++ b/al/listener.h @@ -18,7 +18,7 @@ struct ALlistener { float Gain{1.0f}; float mMetersPerUnit{AL_DEFAULT_METERS_PER_UNIT}; - DISABLE_ALLOC() + DISABLE_ALLOC }; #endif |