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:
parent
e87c39eeb3
commit
deb8894035
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user