Update GeometryDash.bro

replacing m_color and m_fromColor, because they are on wrong places
This commit is contained in:
ToasterCoder 2023-05-22 18:24:45 +02:00 committed by mat
parent 518b15e34a
commit 661234dc74

View file

@ -710,10 +710,10 @@ class ColorAction : cocos2d::CCNode {
void setupFromString(gd::string) = mac 0x17f270, win 0x11b730;
bool m_stepFinished;
cocos2d::ccColor3B m_fromColor;
cocos2d::ccColor3B m_color;
float m_currentOpacity;
float m_deltaTime;
cocos2d::ccColor3B m_color;
cocos2d::ccColor3B m_fromColor;
cocos2d::ccColor3B m_targetColor;
float m_duration;
bool m_blending;