summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-06-01 23:35:23 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-06-01 23:35:23 -0300
commit0e1510214a7585d5446f06344468ab52298cfa81 (patch)
tree6856216b802c613f4c4beff48ad1cbc127171bc1 /scene
parent5900e7f589d50268d49e2e67d3a498d1b01fe03a (diff)
small fixes
Diffstat (limited to 'scene')
-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 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;
}