small fixes
This commit is contained in:
parent
5900e7f589
commit
0e1510214a
3 changed files with 4 additions and 3 deletions
|
@ -2,3 +2,4 @@
|
|||
|
||||
name="Motion Test"
|
||||
main_scene="res://motion.scn"
|
||||
|
||||
|
|
|
@ -223,7 +223,7 @@ void AnimationPlayer::_notification(int p_what) {
|
|||
} break;
|
||||
case NOTIFICATION_EXIT_TREE: {
|
||||
|
||||
stop_all();
|
||||
//stop_all();
|
||||
clear_caches();
|
||||
} break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue