diff options
author | Fire_Head <Fire-Head@users.noreply.github.com> | 2021-01-22 03:10:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 03:10:19 +0300 |
commit | 6bdf005171226f194aff0a34204762998dede19b (patch) | |
tree | 4584b744fd625c3bec6d6d855250f69727aabe5d | |
parent | 37b9ba5bd7a7cd8b998d9e2489531bf446c19d88 (diff) |
Update ParticleObject.h
-rw-r--r-- | src/objects/ParticleObject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objects/ParticleObject.h b/src/objects/ParticleObject.h index 78c6eaf0..1ac29451 100644 --- a/src/objects/ParticleObject.h +++ b/src/objects/ParticleObject.h @@ -57,7 +57,7 @@ public: uint8 m_nSkipFrames; uint16 m_nFrameCounter; uint16 m_nState; - CVector m_vecTarget; // CVuVector on PSP + CVector m_vecTarget; float m_fRandVal; float m_fSize; CRGBA m_Color; @@ -110,4 +110,4 @@ public: static void Remove(CParticleObject *particleobject); static CAudioHydrant *Get(int n); // for neo screen droplets -};
\ No newline at end of file +}; |