diff options
Diffstat (limited to 'al/buffer.cpp')
-rw-r--r-- | al/buffer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/al/buffer.cpp b/al/buffer.cpp index 0292a066..19d3c841 100644 --- a/al/buffer.cpp +++ b/al/buffer.cpp @@ -391,8 +391,8 @@ const ALchar *NameFromUserFmtType(UserFmtType type) { switch(type) { - case UserFmtUByte: return "Unsigned Byte"; - case UserFmtShort: return "Signed Short"; + case UserFmtUByte: return "UInt8"; + case UserFmtShort: return "Int16"; case UserFmtFloat: return "Float32"; case UserFmtDouble: return "Float64"; case UserFmtMulaw: return "muLaw"; |