fix a comment

This commit is contained in:
Mamadou Babaei
2024-08-16 16:37:27 +02:00
parent f05c11b8a7
commit 378b9d60de
@@ -370,7 +370,7 @@ void ASGPlayerController::FImpl::UpdateHapticsFeedback(const FSGTouchState& Touc
// Send the haptics commands!
Glove->SendHaptics();
// Stop the Vibrotactile command after the timeout if a.
// Stop the Vibrotactile command after the timeout if any haptic feedback is ongoing.
const float VibrotactileDuration = FImpl::GetVibrotactileDuration(
TouchState.ActorThumbTouching, TouchState.ActorIndexTouching, TouchState.ActorMiddleTouching,
TouchState.ActorRingTouching, TouchState.ActorPinkyTouching);