Update spark.cpp

This commit is contained in:
Lwmte 2025-01-02 13:10:57 +01:00
parent 7f071b5ec5
commit 12ac1219e9

View file

@ -123,7 +123,7 @@ namespace TEN::Effects::Spark
sptr.xVel = 0; sptr.xVel = 0;
sptr.yVel = 0; sptr.yVel = 0;
sptr.zVel = 0; sptr.zVel = 0;
sptr.flags = 26; sptr.flags = SP_SCALE | SP_DEF | SP_ROTATE;
sptr.rotAng = GenerateAngle(0, 4095); sptr.rotAng = GenerateAngle(0, 4095);
if (TestProbability(1 / 2.0f)) if (TestProbability(1 / 2.0f))