guess I can't have atomic for an array in Clang. ok
also the indenting was mixed so I had to fix it which is why the diff here is so wacky
This commit is contained in:
parent
c0fd5c0a60
commit
c14a99a7c3
File diff suppressed because it is too large
Load Diff
@ -89,7 +89,7 @@ public:
|
||||
atomic<bool> playing = 0;
|
||||
atomic<float> decibelLevel = -96.0f;
|
||||
atomic<float> volume = 1.0f;
|
||||
atomic<std::array<float, 2>> channelVolumes = std::array<float, 2>{1.0f, 1.0f};
|
||||
Vec2F channelVolumes = Vec2F::filled(1.f);
|
||||
|
||||
unsigned int minimumPlaySamples = 4096;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user