fix members

This commit is contained in:
Oleksandr Nemesh 2024-08-10 18:58:32 +03:00 committed by GitHub
parent bcff1652b8
commit 3ea6001ca4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,13 +51,18 @@ protected:
uint64_t m_seed; uint64_t m_seed;
float m_lineWidth; float m_lineWidth;
bool m_unkBool; bool m_unkBool;
bool m_removeAfterFinished;
float m_duration; float m_duration;
float m_extraOpacity; float m_opacityModify;
std::array<CCPoint, 200>* m_lightningPoints; std::array<CCPoint, 200>* m_lightningPoints;
uint32_t m_numPoints; uint32_t m_numPoints;
uint8_t m_unk148; uint8_t m_displayedOpacity;
uint8_t m_opacity; uint8_t m_opacity;
ccColor3B m_tColor; ccColor3B m_displayedColor;
ccColor3B m_color;
bool m_cascadeColorEnabled;
bool m_cascadeOpacityEnabled;
bool m_opacityModifyEnabled;
}; };
NS_CC_END NS_CC_END