Fix missing head target when initializing face
This commit is contained in:
parent
eeb74e2491
commit
c0256f8c9b
@ -560,6 +560,7 @@ namespace Passer.Humanoid {
|
|||||||
neck.RetrieveBones(humanoid);
|
neck.RetrieveBones(humanoid);
|
||||||
head.RetrieveBones(humanoid);
|
head.RetrieveBones(humanoid);
|
||||||
#if hFACE
|
#if hFACE
|
||||||
|
face.InitComponent();
|
||||||
face.RetrieveBones(this);
|
face.RetrieveBones(this);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
@ -799,9 +800,6 @@ namespace Passer.Humanoid {
|
|||||||
if (humanoid == null)
|
if (humanoid == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
#if hFACE
|
|
||||||
face.InitComponent();
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void StartTarget() {
|
public override void StartTarget() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user