mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-27 05:10:26 +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:
|
private:
|
||||||
std::string mResourceName;
|
std::string mResourceName;
|
||||||
float mVolume = 0;
|
float mVolume;
|
||||||
float mMinDist = 0;
|
float mMinDist;
|
||||||
float mMaxDist = 0;
|
float mMaxDist;
|
||||||
Sound_Handle mHandle = nullptr;
|
Sound_Handle mHandle = nullptr;
|
||||||
std::size_t mUses = 0;
|
std::size_t mUses = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue