1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2024-10-18 22:11:05 +00:00

Update ParticleObject.h

This commit is contained in:
Fire_Head 2021-01-22 03:10:19 +03:00 committed by GitHub
parent 37b9ba5bd7
commit 6bdf005171
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;