update config files with legacy user position

This commit is contained in:
Micah
2022-07-26 11:14:20 -04:00
parent c1252902c7
commit c48c06926f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
"users": [
{
"eyeseparation": 0.065,
"pos": { "x": 0.0, "y": 0.0, "z": 4.0 }
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
}
+1 -1
View File
@@ -58,7 +58,7 @@
"users": [
{
"eyeseparation": 0.065,
"pos": { "x": 0.0, "y": 0.0, "z": 4.0 }
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
}