1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-01 19:41:34 +00:00

ESM::MagicEffect::blank() set the default to 1

Signed-off-by: Sam Hellawell <sshellawell@gmail.com>
This commit is contained in:
Sam Hellawell 2024-03-17 20:06:23 +00:00
parent e87c39eeb3
commit deb8894035

View file

@ -588,7 +588,7 @@ namespace ESM
mData.mRed = 0;
mData.mGreen = 0;
mData.mBlue = 0;
mData.mSpeed = 0;
mData.mSpeed = 1;
mIcon.clear();
mParticle.clear();