1
0
Fork 0

Update the skeleton on transform

This commit is contained in:
Juan Linietsky 2017-12-29 10:54:01 -03:00
parent 47810cbaea
commit a54e3f72ce
1 changed files with 3 additions and 0 deletions

View File

@ -152,6 +152,9 @@ void Skeleton::_notification(int p_what) {
} break;
case NOTIFICATION_EXIT_WORLD: {
} break;
case NOTIFICATION_TRANSFORM_CHANGED: {
_make_dirty();
} break;
case NOTIFICATION_UPDATE_SKELETON: {