Correct function naming

This commit is contained in:
DelinWorks 2022-05-20 01:45:55 +03:00
parent 49df4d727d
commit 6ca5481edf
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@ public:
/** Sets wether to start from first cell and go forward (normal)
* 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; }
/** Gets the particles movement type: Free or Grouped.