diff options
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/AnimationPlayer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index 70b880eb43..82eb291f27 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -381,7 +381,7 @@ </signals> <constants> <constant name="ANIMATION_PROCESS_PHYSICS" value="0"> - Process animation during the physics process. This is specially useful when animating physics bodies. + Process animation during the physics process. This is especially useful when animating physics bodies. </constant> <constant name="ANIMATION_PROCESS_IDLE" value="1"> Process animation during the idle process. |