remove redundant code

This commit is contained in:
Mamadou Babaei
2026-02-24 11:44:00 +01:00
parent 3979bfc2d5
commit 1993ddc328
@@ -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;