aboutsummaryrefslogtreecommitdiffstats
path: root/al
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-01-22 11:55:02 -0800
committerChris Robinson <[email protected]>2021-01-22 11:55:37 -0800
commit6f87cc92fb9d89c988910a2843967fcd7b623a7e (patch)
treeae7fef32eaf310256a11075336445f652318f4e6 /al
parentf576a353638236775ecb4f4e8ba93cb1716fbe2d (diff)
Set the correct default buffer bits/format
Diffstat (limited to 'al')
-rw-r--r--al/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/al/buffer.h b/al/buffer.h
index 02cb49a9..2b3cd517 100644
--- a/al/buffer.h
+++ b/al/buffer.h
@@ -41,7 +41,7 @@ enum UserFmtChannels : unsigned char {
struct ALbuffer : public BufferStorage {
ALbitfieldSOFT Access{0u};
- UserFmtType OriginalType{};
+ UserFmtType OriginalType{UserFmtShort};
ALuint OriginalSize{0};
ALuint OriginalAlign{0};