|
@@ -324,6 +324,8 @@ void Skeleton3D::_notification(int p_what) {
|
|
#ifndef DISABLE_DEPRECATED
|
|
#ifndef DISABLE_DEPRECATED
|
|
setup_simulator();
|
|
setup_simulator();
|
|
#endif // _DISABLE_DEPRECATED
|
|
#endif // _DISABLE_DEPRECATED
|
|
|
|
+ update_flags = UPDATE_FLAG_POSE;
|
|
|
|
+ _notification(NOTIFICATION_UPDATE_SKELETON);
|
|
} break;
|
|
} break;
|
|
case NOTIFICATION_UPDATE_SKELETON: {
|
|
case NOTIFICATION_UPDATE_SKELETON: {
|
|
// Update bone transforms to apply unprocessed poses.
|
|
// Update bone transforms to apply unprocessed poses.
|