Explorar o código

Merge pull request #29454 from Lisapple/patch-2

Add description for Particles.capture_aabb and fix typo
Rémi Verschelde %!s(int64=6) %!d(string=hai) anos
pai
achega
909c3ad1a0
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      doc/classes/Particles.xml

+ 2 - 1
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>