mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Update spark.cpp
This commit is contained in:
parent
7f071b5ec5
commit
12ac1219e9
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ namespace TEN::Effects::Spark
|
|||
sptr.xVel = 0;
|
||||
sptr.yVel = 0;
|
||||
sptr.zVel = 0;
|
||||
sptr.flags = 26;
|
||||
sptr.flags = SP_SCALE | SP_DEF | SP_ROTATE;
|
||||
sptr.rotAng = GenerateAngle(0, 4095);
|
||||
|
||||
if (TestProbability(1 / 2.0f))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue