Skip to content

Commit

Permalink
update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
MuffinTastic committed Feb 3, 2024
1 parent e73f138 commit 3f0e004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenVR Device Positions/OverlayUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static void UpdateUI()
ImGui.BeginDisabled();

ImGui.Checkbox( "Use Device Models", ref _iUseDeviceModels );
ImGui.SameLine(); HelpMarker( "Save to the FBX with actual VR device models instead of basic spheres" );
ImGui.SameLine(); HelpMarker( "Save to the FBX with actual VR device models instead of placeholders" );
ImGui.Checkbox( "Center on HMD", ref _iCenterOnHMD );
ImGui.SameLine(); HelpMarker( "Put the HMD at the origin of the FBX and reposition everything else relative to it" );
ImGui.Checkbox( "Save Invalid Poses", ref _iSaveInvalidPoses );
Expand Down

0 comments on commit 3f0e004

Please sign in to comment.