summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_player.cpp
diff options
context:
space:
mode:
authorHubert Jarosz <marqin.pl@gmail.com>2016-05-21 15:29:25 +0200
committerHubert Jarosz <marqin.pl@gmail.com>2016-05-21 15:29:25 +0200
commit33403d91f77f1f34b19bff763391500bc9c2616c (patch)
tree67b2f4f4f1d69b198af548a7358b98904d9581ae /scene/animation/animation_player.cpp
parentb0a5347a1ceaff56e88d33fb13df2a91abae594f (diff)
downloadredot-engine-33403d91f77f1f34b19bff763391500bc9c2616c.tar.gz
remove trailing whitespace
Diffstat (limited to 'scene/animation/animation_player.cpp')
-rw-r--r--scene/animation/animation_player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/animation/animation_player.cpp b/scene/animation/animation_player.cpp
index cecdd2bc40..2399bee539 100644
--- a/scene/animation/animation_player.cpp
+++ b/scene/animation/animation_player.cpp
@@ -1012,7 +1012,7 @@ void AnimationPlayer::play(const StringName& p_name, float p_custom_blend, float
queued.clear();
_set_process(true); // always process when starting an animation
playing = true;
-
+
emit_signal(SceneStringNames::get_singleton()->animation_started, c.assigned);
if (is_inside_tree() && get_tree()->is_editor_hint())