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 6cc6c39cd7
commit 6a407f0e50

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();