Skip to content

Commit 10e5982

Browse files
committed
Correct server configs
1 parent 432310f commit 10e5982

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"display": "displays/Oculus_Rift_DK1.json",
3-
"renderManagerConfig": "sample-configs/renderManager.extended.landscape.json"
2+
"display": "Oculus_Rift_DK1.json",
3+
"renderManagerConfig": "enderManager.extended.landscape.json"
44
}

sample-configs/renderManager.extended.landscape.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"window": {
1616
"title": "OSVR",
1717
"fullScreenEnabled": true,
18-
"xPosition": 2560,
18+
"xPosition": 1920, // Change this to put the window onto your HMD display
1919
"yPosition": 0
2020
},
2121

0 commit comments

Comments
 (0)