remove redundant code

This commit is contained in:
Mamadou Babaei
2026-02-24 13:01:34 +01:00
parent 9759e118c2
commit 2678fde7ca
@@ -250,8 +250,6 @@ USGCustomWaveform* ASGPlayerController::FImpl::GetCustomWaveform(const AActor* A
void ASGPlayerController::FImpl::UpdateHapticsFeedback(const FSGTouchState& TouchState)
{
static const TArray<float> VibrotactileOffCommand{0.0f, 0.0f, 0.0, 0.0, 0.0f};
if (!IsValid(TouchState.Hand))
{
return;