remove redundant headers and perform whitespace fixes
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
|
||||
#include "SenseGlove/Animation/SGVirtualHandAnimInstance.h"
|
||||
#include "SenseGlove/Components/SGWristTrackerComponent.h"
|
||||
#include "SGBuildHacks/SGPlatform.h"
|
||||
#include "SGCore/SGHapticGlove.h"
|
||||
#include "SGDebug/SGDebugVirtualHand.h"
|
||||
#include "SGLog/SGLog.h"
|
||||
@@ -754,8 +753,6 @@ void USGVirtualHandComponent::FImpl::UpdateXRData()
|
||||
FXRMotionControllerData Data;
|
||||
Data.bValid = false;
|
||||
|
||||
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
const bool bGotMotionControllerData =
|
||||
FSGXRTracker::GetMotionControllerData(Owner, Hand, Data);
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
|
||||
#include "IXRTrackingSystem.h"
|
||||
|
||||
#include "SGBuildHacks/SGPlatform.h"
|
||||
#include "SGDebug/SGDebugGizmo.h"
|
||||
#include "SGLog/SGLog.h"
|
||||
#include "SGSettings/SGSettings.h"
|
||||
@@ -336,7 +335,6 @@ void USGWristTrackerComponent::FImpl::UpdateXRData()
|
||||
FXRMotionControllerData Data;
|
||||
Data.bValid = false;
|
||||
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
const bool bGotMotionControllerData =
|
||||
FSGXRTracker::GetMotionControllerData(Owner, Hand, Data);
|
||||
|
||||
Reference in New Issue
Block a user