mirror of https://github.com/axmolengine/axmol.git
Correct function naming
This commit is contained in:
parent
49df4d727d
commit
6ca5481edf
|
@ -786,7 +786,7 @@ public:
|
||||||
|
|
||||||
/** Sets wether to start from first cell and go forward (normal)
|
/** Sets wether to start from first cell and go forward (normal)
|
||||||
* or last cell and go backward (reversed) when using life animation */
|
* or last cell and go backward (reversed) when using life animation */
|
||||||
void setAnimationLifeReverse(bool reverse) { _isLifeAnimationReversed = reverse; }
|
void setLifeAnimationReverse(bool reverse) { _isLifeAnimationReversed = reverse; }
|
||||||
bool isAnimationLifeReversed() { return _isLifeAnimationReversed; }
|
bool isAnimationLifeReversed() { return _isLifeAnimationReversed; }
|
||||||
|
|
||||||
/** Gets the particles movement type: Free or Grouped.
|
/** Gets the particles movement type: Free or Grouped.
|
||||||
|
|
Loading…
Reference in New Issue