Kaynağa Gözat

Adding missing description for method and fixing typo

Maxime Leroy 6 yıl önce
ebeveyn
işleme
77b6f3e812
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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>