mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fix style
This commit is contained in:
parent
8810531065
commit
5539116792
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue