diff options
author | Maxime Leroy <lisacintosh@gmail.com> | 2019-06-04 02:57:57 +0200 |
---|---|---|
committer | Lisapple <lisacintosh@gmail.com> | 2019-06-04 03:20:58 +0200 |
commit | 77b6f3e8129877d8a980f8cfdd95b8ef2ef978f6 (patch) | |
tree | 0443dd98718c8024b5210ecc43cb9a4e24effdde /doc/classes | |
parent | 774a9fde84a0282c40da1dd891b613ed200ff9a8 (diff) |
Adding missing description for method and fixing typo
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Particles.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/Particles.xml b/doc/classes/Particles.xml index 0023fce97d..7820c63ad7 100644 --- a/doc/classes/Particles.xml +++ b/doc/classes/Particles.xml @@ -15,13 +15,14 @@ <return type="AABB"> </return> <description> + Returns the bounding box that contains all the particles that are active in the current frame. </description> </method> <method name="restart"> <return type="void"> </return> <description> - Restarts the particle emmission, clearing existing particles. + Restarts the particle emission, clearing existing particles. </description> </method> </methods> |