move bFallbackToHandTrackingIfNoGloveDetected from tracking settings to glove tracking settings
This commit is contained in:
@@ -106,7 +106,7 @@ struct FSGXRTracker::FImpl
|
||||
const USGSettings* Settings{USGSettings::GetInstance()};
|
||||
ensureAlwaysMsgf(Settings, TEXT("The settings subsystem has not been initialized!"));
|
||||
const bool bFallbackToHandTrackingIfNoGloveDetected =
|
||||
Settings->GetTrackingSettings().bFallbackToHandTrackingIfNoGloveDetected;
|
||||
Settings->GetTrackingSettings().GloveTrackingSettings.bFallbackToHandTrackingIfNoGloveDetected;
|
||||
return bFallbackToHandTrackingIfNoGloveDetected;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user