fix style

This commit is contained in:
Edgar 2021-10-15 12:17:14 +02:00
parent 8810531065
commit 5539116792
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85

View file

@ -75,7 +75,7 @@ static int m_CenterX = 0;
static int m_CenterY = 0;
static int m_MixingRate = 48000;
static std::atomic<int> m_SoundVolume { 100 };
static std::atomic<int> m_SoundVolume{100};
static int m_NextVoice GUARDED_BY(m_SoundLock) = 0;
static int *m_pMixBuffer = 0; // buffer only used by the thread callback function