File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1188,7 +1188,7 @@ void AppStage_ControllerSettings::renderUI()
11881188
11891189 ImGui::Indent ();
11901190 {
1191- ImGui::Text (" Beta Smoothing Power: " );
1191+ ImGui::Text (" Beta Smoothing Power (%%) : " );
11921192 ImGui::SameLine (ImGui::GetWindowWidth () - 150 .f );
11931193 ImGui::PushItemWidth (120 .f );
11941194 float filter_madgwick_stabilization_smoothing_factor = (1 .f - controllerInfo.FilterMadgwickStabilizationSmoothingFactor ) * 100 .f ;
Original file line number Diff line number Diff line change @@ -616,7 +616,7 @@ void AppStage_HMDSettings::renderUI()
616616
617617 ImGui::Indent ();
618618 {
619- ImGui::Text (" Beta Smoothing Power: " );
619+ ImGui::Text (" Beta Smoothing Power (%%) : " );
620620 ImGui::SameLine (ImGui::GetWindowWidth () - 150 .f );
621621 ImGui::PushItemWidth (120 .f );
622622 float filter_madgwick_stabilization_smoothing_factor = (1 .f - hmdInfo.FilterMadgwickStabilizationSmoothingFactor ) * 100 .f ;
You can’t perform that action at this time.
0 commit comments