mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
Remove redundant default Sound_Buffer fields initialization
This commit is contained in:
parent
24f8a2db27
commit
90c8e77e2c
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@ namespace MWSound
|
|||
|
||||
private:
|
||||
std::string mResourceName;
|
||||
float mVolume = 0;
|
||||
float mMinDist = 0;
|
||||
float mMaxDist = 0;
|
||||
float mVolume;
|
||||
float mMinDist;
|
||||
float mMaxDist;
|
||||
Sound_Handle mHandle = nullptr;
|
||||
std::size_t mUses = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue