From 77b6f3e8129877d8a980f8cfdd95b8ef2ef978f6 Mon Sep 17 00:00:00 2001 From: Maxime Leroy Date: Tue, 4 Jun 2019 02:57:57 +0200 Subject: [PATCH] Adding missing description for method and fixing typo --- doc/classes/Particles.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ + Returns the bounding box that contains all the particles that are active in the current frame. - Restarts the particle emmission, clearing existing particles. + Restarts the particle emission, clearing existing particles.