We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e51bf9 commit e4ad3d7Copy full SHA for e4ad3d7
Assets/Tests/InputSystem/Plugins/XRTests.cs
@@ -768,7 +768,7 @@ public void Layouts_PoseControlsCanBeCreatedBySubcontrols()
768
var generatedLayout = InputSystem.LoadLayout("XRInputV1::XRManufacturer::XRDevice");
769
Assert.That(generatedLayout, Is.Not.Null);
770
771
- // A Pose control parent was created based off subcontrols
+ // A Pose control parent was created based off sub-controls
772
var pose = generatedLayout["PoseControl"];
773
Assert.That(pose.layout, Is.EqualTo(new InternedString("Pose")));
774
}
0 commit comments