diff options
Diffstat (limited to 'al/buffer.cpp')
-rw-r--r-- | al/buffer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/al/buffer.cpp b/al/buffer.cpp index 8ba874e4..82068b62 100644 --- a/al/buffer.cpp +++ b/al/buffer.cpp @@ -464,6 +464,7 @@ void PrepareUserPtr(ALCcontext *context, ALbuffer *ALBuf, ALsizei freq, { case FmtUByte: return alignof(ALubyte); case FmtShort: return alignof(ALshort); + case FmtInt: return alignof(ALint); case FmtFloat: return alignof(ALfloat); case FmtDouble: return alignof(ALdouble); case FmtMulaw: return alignof(ALubyte); |