@@ -1578,7 +1578,7 @@ void AppStage_ControllerSettings::renderUI()
15781578
15791579 if (iOffsetView == 1 )
15801580 {
1581- ImGui::Text (" Local Orientation X (Roll ): " );
1581+ ImGui::Text (" Local Orientation X (Pitch ): " );
15821582 ImGui::SameLine (ImGui::GetWindowWidth () - 150 .f );
15831583 ImGui::PushItemWidth (120 .f );
15841584 if (ImGui::InputFloat (" ##LocalOffsetOrientationX" , &controllerInfo.OffsetOrientation .x , 1 .f , 5 .f , 2 ))
@@ -1606,7 +1606,7 @@ void AppStage_ControllerSettings::renderUI()
16061606 }
16071607 ImGui::PopItemWidth ();
16081608
1609- ImGui::Text (" Local Orientation Z (Pitch ): " );
1609+ ImGui::Text (" Local Orientation Z (Roll ): " );
16101610 ImGui::SameLine (ImGui::GetWindowWidth () - 150 .f );
16111611 ImGui::PushItemWidth (120 .f );
16121612 if (ImGui::InputFloat (" ##LocalOffsetOrientationZ" , &controllerInfo.OffsetOrientation .z , 1 .f , 5 .f , 2 ))
@@ -1622,7 +1622,7 @@ void AppStage_ControllerSettings::renderUI()
16221622
16231623 ImGui::Separator ();
16241624
1625- ImGui::Text (" World Orientation X (Roll ): " );
1625+ ImGui::Text (" World Orientation X (Pitch ): " );
16261626 ImGui::SameLine (ImGui::GetWindowWidth () - 150 .f );
16271627 ImGui::PushItemWidth (120 .f );
16281628 if (ImGui::InputFloat (" ##WorldOffsetOrientationX" , &controllerInfo.OffsetWorldOrientation .x , 1 .f , 5 .f , 2 ))
@@ -1653,7 +1653,7 @@ void AppStage_ControllerSettings::renderUI()
16531653
16541654 if (iOffsetView == 1 )
16551655 {
1656- ImGui::Text (" World Orientation Z (Pitch ): " );
1656+ ImGui::Text (" World Orientation Z (Roll ): " );
16571657 ImGui::SameLine (ImGui::GetWindowWidth () - 150 .f );
16581658 ImGui::PushItemWidth (120 .f );
16591659 if (ImGui::InputFloat (" ##WorldOffsetOrientationZ" , &controllerInfo.OffsetWorldOrientation .z , 1 .f , 5 .f , 2 ))
0 commit comments