1
0
Fork 1
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:
elsid 2021-01-09 14:08:54 +01:00
parent 24f8a2db27
commit 90c8e77e2c
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -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;