Skip to content

Commit

Permalink
fix explosion jet
Browse files Browse the repository at this point in the history
  • Loading branch information
Fire-Head committed Jan 11, 2021
1 parent 31dd135 commit 06fbbaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/render/Particle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1839,9 +1839,9 @@ void CParticle::AddJetExplosion(CVector const &vecPos, float fPower, float fSize
vecStepPos,
CVector
(
CGeneral::GetRandomNumberInRange(-0.2f, 0.2f),
CGeneral::GetRandomNumberInRange(-0.2f, 0.2f),
CGeneral::GetRandomNumberInRange(-0.2f, 0.0f)
CGeneral::GetRandomNumberInRange(-0.02f, 0.02f),
CGeneral::GetRandomNumberInRange(-0.02f, 0.02f),
CGeneral::GetRandomNumberInRange(-0.02f, 0.0f)
),
nil,
fSize, color, 0, 0, 0, 0);
Expand Down

0 comments on commit 06fbbaa

Please sign in to comment.