From 5dd0ed81a10b5e1b362ee38f43318a91116493b5 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 (cherry picked from commit 77b6f3e8129877d8a980f8cfdd95b8ef2ef978f6) --- 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 c6e18ced0c4..0e920b41966 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.