remove trailing whitespace

This commit is contained in:
Hubert Jarosz 2016-05-21 15:29:25 +02:00
parent b0a5347a1c
commit 33403d91f7
No known key found for this signature in database
GPG key ID: 3078B3E2110D6947
24 changed files with 80 additions and 80 deletions

View file

@ -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())