Update accessibility

This commit is contained in:
Pascal Serrarens 2023-03-30 13:09:23 +02:00
parent 3f3f7f4d77
commit 816bad12c2
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ namespace Passer.Humanoid {
} }
} }
private void DeterminePalmPosition() { protected void DeterminePalmPosition() {
if (hand.bone.transform == null) if (hand.bone.transform == null)
return; return;

View File

@ -650,7 +650,7 @@ namespace Passer.Humanoid {
#endregion #endregion
private void InitSubTargets() { protected void InitSubTargets() {
//foreach (TargetedBone subTarget in subTargets) //foreach (TargetedBone subTarget in subTargets)
// subTarget.Init(); // subTarget.Init();
shoulder.Init(); shoulder.Init();