mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-13 12:40:04 +00:00
small fix
This commit is contained in:
parent
e2c6458adb
commit
ec7a8f1add
@ -29,6 +29,6 @@ void Sound::save(ESMWriter &esm)
|
||||
|
||||
mData.mVolume = 128;
|
||||
mData.mMinRange = 0;
|
||||
mData.mMaxRange = 256;
|
||||
mData.mMaxRange = 255;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user