diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-06-01 23:35:23 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-06-01 23:35:23 -0300 |
commit | 0e1510214a7585d5446f06344468ab52298cfa81 (patch) | |
tree | 6856216b802c613f4c4beff48ad1cbc127171bc1 /scene | |
parent | 5900e7f589d50268d49e2e67d3a498d1b01fe03a (diff) |
small fixes
Diffstat (limited to 'scene')
-rw-r--r-- | scene/animation/animation_player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/animation/animation_player.cpp b/scene/animation/animation_player.cpp index 4949b33c47..c33265ea82 100644 --- a/scene/animation/animation_player.cpp +++ b/scene/animation/animation_player.cpp @@ -223,7 +223,7 @@ void AnimationPlayer::_notification(int p_what) { } break; case NOTIFICATION_EXIT_TREE: { - stop_all(); + //stop_all(); clear_caches(); } break; } |