From b59b80fb17a2c4bc4e5d581207affd727a34abc7 Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Mon, 3 Apr 2023 04:51:28 -0700
Subject: Hold the buffer sample pointer separate from the vector

---
 al/buffer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'al/buffer.h')

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};
 
-- 
cgit v1.2.3