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

Fixed markers rotation speed

This commit is contained in:
Sergeanur 2019-10-26 14:09:50 +03:00
parent 8808e6fdfe
commit 4af82584e2

View file

@ -60,7 +60,7 @@ public:
uint32 m_nIdentifier;
RwRGBA m_Color;
uint16 m_nPulsePeriod;
uint16 m_nRotateRate;
int16 m_nRotateRate;
uint32 m_nStartTime;
float m_fPulseFraction;
float m_fStdSize;