api 11
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user