Fix face tracking support detection
This commit is contained in:
parent
bf7cd6c188
commit
eeb74e2491
@ -1023,7 +1023,7 @@ namespace Passer.Humanoid {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static void CheckFaceTracking(Configuration configuration) {
|
private static void CheckFaceTracking(Configuration configuration) {
|
||||||
if (IsFileAvailable(facePath)) {
|
if (DoesTypeExist("Passer.Humanoid.FaceTarget")) {
|
||||||
GlobalDefine("hFACE");
|
GlobalDefine("hFACE");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user