This commit is contained in:
RisaDev
2024-11-12 23:54:14 +03:00
parent 9f6653ad71
commit df4e435585
2 changed files with 3 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ public unsafe class Armature
var newPose = cBase->Skeleton->PartialSkeletons[i].GetHavokPose(Constants.TruePoseIndex); var newPose = cBase->Skeleton->PartialSkeletons[i].GetHavokPose(Constants.TruePoseIndex);
if (newPose != null if (newPose != null
&& newPose->Skeleton->Bones.Length != _partialSkeletons[i].Length) && newPose->Skeleton->Bones.Length != _partialSkeletons[i].Length) //todo: same length but different bone names (fucking hair)
return true; return true;
} }
} }

View File

@@ -9,8 +9,8 @@
"TestingAssemblyVersion": "2.0.7.1", "TestingAssemblyVersion": "2.0.7.1",
"RepoUrl": "https://github.com/Aether-Tools/CustomizePlus", "RepoUrl": "https://github.com/Aether-Tools/CustomizePlus",
"ApplicableVersion": "any", "ApplicableVersion": "any",
"DalamudApiLevel": 10, "DalamudApiLevel": 11,
"TestingDalamudApiLevel": 10, "TestingDalamudApiLevel": 11,
"IsHide": "False", "IsHide": "False",
"IsTestingExclusive": "False", "IsTestingExclusive": "False",
"DownloadCount": 0, "DownloadCount": 0,