mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 16:07:05 +02:00
oops missed a comma
This commit is contained in:
parent
2ad85c158a
commit
7a47250aa7
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
{ "from": "OculusTouch.LeftThumbUp", "to": "Standard.LeftThumbUp" },
|
||||
{ "from": "OculusTouch.RightThumbUp", "to": "Standard.RightThumbUp" },
|
||||
{ "from": "OculusTouch.LeftIndexPoint", "to": "Standard.LeftIndexPoint" },
|
||||
{ "from": "OculusTouch.RightIndexPoint", "to": "Standard.RightIndexPoint" }
|
||||
{ "from": "OculusTouch.RightIndexPoint", "to": "Standard.RightIndexPoint" },
|
||||
|
||||
{ "from": "OculusTouch.Head", "to" : "Standard.Head", "when" : [ "Application.InHMD"] }
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue