Update the skeleton on transform
This commit is contained in:
parent
47810cbaea
commit
a54e3f72ce
1 changed files with 3 additions and 0 deletions
|
@ -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: {
|
||||
|
||||
|
|
Loading…
Reference in a new issue