mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-05 15:15:25 +01:00
Warn only once about positional stereo sounds (#13895)
This commit is contained in:
@@ -77,6 +77,9 @@ private:
|
||||
// if true, all sounds will be directly paused after creation
|
||||
bool m_is_paused = false;
|
||||
|
||||
// used for printing warnings only once
|
||||
std::unordered_set<std::string> m_warned_positional_stereo_sounds;
|
||||
|
||||
public:
|
||||
// used for communication with ProxySoundManager
|
||||
MutexedQueue<SoundManagerMsgToMgr> m_queue_to_mgr;
|
||||
|
||||
Reference in New Issue
Block a user