Update accessibility
This commit is contained in:
parent
3f3f7f4d77
commit
816bad12c2
@ -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;
|
||||||
|
|
||||||
|
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user