From db43e941752590f32e949638e35f5891bc8979c3 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Thu, 11 Feb 2016 00:00:11 -0300 Subject: -Made some icon data types smaller so they take up less space -Fixed sample import plugin, makes samples sound strange in smp when limited hz --- scene/animation/animation_player.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scene/animation/animation_player.cpp') diff --git a/scene/animation/animation_player.cpp b/scene/animation/animation_player.cpp index 344fc5ecde..0bc54b3d43 100644 --- a/scene/animation/animation_player.cpp +++ b/scene/animation/animation_player.cpp @@ -211,6 +211,7 @@ void AnimationPlayer::_notification(int p_what) { if (!get_tree()->is_editor_hint() && animation_set.has(autoplay)) { play(autoplay); + set_autoplay(""); //this line is the fix for autoplay issues with animatio } } break; case NOTIFICATION_PROCESS: { -- cgit v1.2.3