api 11
This commit is contained in:
@@ -175,7 +175,7 @@ public unsafe class Armature
|
||||
var newPose = cBase->Skeleton->PartialSkeletons[i].GetHavokPose(Constants.TruePoseIndex);
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
"TestingAssemblyVersion": "2.0.7.1",
|
||||
"RepoUrl": "https://github.com/Aether-Tools/CustomizePlus",
|
||||
"ApplicableVersion": "any",
|
||||
"DalamudApiLevel": 10,
|
||||
"TestingDalamudApiLevel": 10,
|
||||
"DalamudApiLevel": 11,
|
||||
"TestingDalamudApiLevel": 11,
|
||||
"IsHide": "False",
|
||||
"IsTestingExclusive": "False",
|
||||
"DownloadCount": 0,
|
||||
|
||||
Reference in New Issue
Block a user