diff --git a/Source/SenseGlove/Private/SenseGlove/GameFramework/SGPlayerController.cpp b/Source/SenseGlove/Private/SenseGlove/GameFramework/SGPlayerController.cpp index b674ecf1..23ee9d03 100644 --- a/Source/SenseGlove/Private/SenseGlove/GameFramework/SGPlayerController.cpp +++ b/Source/SenseGlove/Private/SenseGlove/GameFramework/SGPlayerController.cpp @@ -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);