From 26f99beac38808d0221031a41ab31325fec41be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 29 Jun 2019 21:27:36 +0200 Subject: CPUParticles2D: Fix gravity to be the same as in Particles2D and Area2D This was likely a typo, 10 times the standard gravity is 98.0665 (ca. 98), not 98.8. --- doc/classes/CPUParticles2D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/CPUParticles2D.xml b/doc/classes/CPUParticles2D.xml index 5d159c169b..5ec460abb7 100644 --- a/doc/classes/CPUParticles2D.xml +++ b/doc/classes/CPUParticles2D.xml @@ -118,7 +118,7 @@ If [code]true[/code], results in fractional delta calculation which has a smoother particles display effect. - + Gravity applied to every particle. -- cgit v1.2.3