Skip to content

Commit

Permalink
Merge pull request matzman666#52 from Armada651/patch-2
Browse files Browse the repository at this point in the history
SteamVRPage: Always-on reprojection does not require a restart.
  • Loading branch information
matzman666 authored May 19, 2017
2 parents d1a9a45 + 8ff47ae commit 133f3cc
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 133f3cc

Please sign in to comment.