Remove redundant default Sound_Buffer fields initialization

pull/3043/head
elsid 4 years ago
parent 24f8a2db27
commit 90c8e77e2c
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40

@ -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…
Cancel
Save