Fix CCMotionStreak member

This commit is contained in:
acaruso-xx 2024-06-09 11:27:57 -04:00
parent f5c2ea71d6
commit ce6e6f063a

View file

@ -155,7 +155,6 @@ protected:
/** texture used for the motion streak */
CCTexture2D* m_pTexture;
ccBlendFunc m_tBlendFunc;
CCPoint m_tPositionR;
float m_fStroke;
float m_fFadeDelta;
@ -181,6 +180,7 @@ protected:
bool m_idk;
float m_fMaxSeg;
bool m_bDontOpacityFade;
CCPoint m_tPositionR;
)
};