Skip to content

Commit

Permalink
SteamVRPage: Always-on reprojection does not require a restart.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR authored Apr 14, 2017
1 parent ca5edd4 commit 8ff47ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/win64/res/qml/SteamVRPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ MyStackViewPage {

MyToggleButton {
id: steamvrForceReprojectionToggle
text: "Enable Always-on Reprojection*"
text: "Enable Always-on Reprojection"
onCheckedChanged: {
SteamVRTabController.setForceReprojection(this.checked, false)
}
Expand Down

0 comments on commit 8ff47ae

Please sign in to comment.