You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix initial skin update timing in Skeleton3D
This commit is contained in:
@@ -324,6 +324,8 @@ void Skeleton3D::_notification(int p_what) {
|
||||
#ifndef DISABLE_DEPRECATED
|
||||
setup_simulator();
|
||||
#endif // _DISABLE_DEPRECATED
|
||||
update_flags = UPDATE_FLAG_POSE;
|
||||
_notification(NOTIFICATION_UPDATE_SKELETON);
|
||||
} break;
|
||||
case NOTIFICATION_UPDATE_SKELETON: {
|
||||
// Update bone transforms to apply unprocessed poses.
|
||||
|
||||
Reference in New Issue
Block a user