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)
|
||||
return;
|
||||
|
||||
|
@ -650,7 +650,7 @@ namespace Passer.Humanoid {
|
||||
|
||||
#endregion
|
||||
|
||||
private void InitSubTargets() {
|
||||
protected void InitSubTargets() {
|
||||
//foreach (TargetedBone subTarget in subTargets)
|
||||
// subTarget.Init();
|
||||
shoulder.Init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user