aboutsummaryrefslogtreecommitdiffstats
path: root/al/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/buffer.h')
-rw-r--r--al/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/al/buffer.h b/al/buffer.h
index da7da740..64ebe1f3 100644
--- a/al/buffer.h
+++ b/al/buffer.h
@@ -26,7 +26,7 @@ enum class EaxStorage : uint8_t {
struct ALbuffer : public BufferStorage {
ALbitfieldSOFT Access{0u};
- al::vector<al::byte,16> mData;
+ al::vector<al::byte,16> mDataStorage;
ALuint OriginalSize{0};