mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 06:36:21 +02:00
Fixing braces dropped in merge conflict edit.
This commit is contained in:
parent
2cafefaff8
commit
f5ccf508c9
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@
|
|||
|
||||
{ "from": "Vive.Head", "to" : "Standard.Head"},
|
||||
|
||||
{ "from": "Vive.RightArm", "to" : "Standard.RightArm",
|
||||
{ "from": "Vive.LeftArm", "to" : "Standard.LeftArm",
|
||||
{ "from": "Vive.RightArm", "to" : "Standard.RightArm" },
|
||||
{ "from": "Vive.LeftArm", "to" : "Standard.LeftArm" },
|
||||
{ "from": "Vive.LeftThumbUp", "to": "Standard.LeftThumbUp" },
|
||||
{ "from": "Vive.RightThumbUp", "to": "Standard.RightThumbUp" },
|
||||
{ "from": "Vive.LeftIndexPoint", "to": "Standard.LeftIndexPoint" },
|
||||
|
|
Loading…
Reference in a new issue