Skip to content

Commit 870e3d4

Browse files
committed
Percent
1 parent d627b61 commit 870e3d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/psmoveconfigtool/AppStage_ControllerSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

src/psmoveconfigtool/AppStage_HMDSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)