summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/animation/Bones.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/animation/Bones.cpp b/src/animation/Bones.cpp
index 6c9b162a..87f3b6e7 100644
--- a/src/animation/Bones.cpp
+++ b/src/animation/Bones.cpp
@@ -38,16 +38,16 @@ ConvertBoneTag2BoneName(int tag)
case BONE_spine1: return "Spine1";
case BONE_neck: return "Neck";
case BONE_head: return "Head";
- case BONE_l_clavicle: return "Bip01 R Clavicle";
- case BONE_l_upperarm: return "R UpperArm";
- case BONE_l_forearm: return "R Forearm";
- case BONE_l_hand: return "R Hand";
- case BONE_l_finger: return "R Fingers";
- case BONE_r_clavicle: return "Bip01 L Clavicle";
- case BONE_r_upperarm: return "L UpperArm";
- case BONE_r_forearm: return "L Forearm";
- case BONE_r_hand: return "L Hand";
- case BONE_r_finger: return "L Fingers";
+ case BONE_r_clavicle: return "Bip01 R Clavicle";
+ case BONE_r_upperarm: return "R UpperArm";
+ case BONE_r_forearm: return "R Forearm";
+ case BONE_r_hand: return "R Hand";
+ case BONE_r_finger: return "R Fingers";
+ case BONE_l_clavicle: return "Bip01 L Clavicle";
+ case BONE_l_upperarm: return "L UpperArm";
+ case BONE_l_forearm: return "L Forearm";
+ case BONE_l_hand: return "L Hand";
+ case BONE_l_finger: return "L Fingers";
case BONE_l_thigh: return "L Thigh";
case BONE_l_calf: return "L Calf";
case BONE_l_foot: return "L Foot";