Remove dead variable end_bone_tip_radius from SpringBoneSimulator

This commit is contained in:
Silc Lizard (Tokage) Renew
2025-01-21 09:40:16 +09:00
parent 1b7b009674
commit 748aa1d388
2 changed files with 5 additions and 6 deletions

View File

@ -72,7 +72,7 @@ public:
Vector3 prev_tail;
Vector3 current_tail;
Vector3 forward_vector;
Quaternion prev_rot;
Quaternion current_rot;
float length = 0.0;
};
@ -104,7 +104,6 @@ public:
bool extend_end_bone = false;
BoneDirection end_bone_direction = BONE_DIRECTION_FROM_PARENT;
float end_bone_length = 0.0;
float end_bone_tip_radius = 0.02;
CenterFrom center_from = CENTER_FROM_WORLD_ORIGIN;
NodePath center_node;