1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-21 09:39:56 +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();