Skip to content

Commit

Permalink
Correct server configs
Browse files Browse the repository at this point in the history
  • Loading branch information
simlrh committed Jun 24, 2016
1 parent 432310f commit 10e5982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sample-configs/osvr_server_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"display": "displays/Oculus_Rift_DK1.json",
"renderManagerConfig": "sample-configs/renderManager.extended.landscape.json"
"display": "Oculus_Rift_DK1.json",
"renderManagerConfig": "enderManager.extended.landscape.json"
}
2 changes: 1 addition & 1 deletion sample-configs/renderManager.extended.landscape.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"window": {
"title": "OSVR",
"fullScreenEnabled": true,
"xPosition": 2560,
"xPosition": 1920, // Change this to put the window onto your HMD display
"yPosition": 0
},

Expand Down

0 comments on commit 10e5982

Please sign in to comment.