mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 17:43:52 +00:00
Fix taxi state sync and transport authority; reduce runtime log overhead; restore first-person self-hide
This commit is contained in:
parent
40b50454ce
commit
5171f9cad4
29 changed files with 529 additions and 360 deletions
|
|
@ -65,7 +65,7 @@ private:
|
|||
struct ActiveSound {
|
||||
ma_sound* sound;
|
||||
void* buffer; // ma_audio_buffer* - Keep audio buffer alive
|
||||
std::vector<uint8_t> pcmData; // Keep PCM data alive
|
||||
std::shared_ptr<const std::vector<uint8_t>> pcmDataRef; // Keep decoded PCM alive
|
||||
};
|
||||
std::vector<ActiveSound> activeSounds_;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue