Skip to content

Commit

Permalink
[Studio] Use default ToolIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
Keelhauled committed Oct 25, 2023
1 parent b49428d commit 893df41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CharaStudioVR/StudioStandingMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ protected override Controller CreateRightController()
{
var controller = base.CreateRightController();
AddComponents(controller, EyeSide.Right);
controller.ToolIndex = 1;
return controller;
}

Expand Down

0 comments on commit 893df41

Please sign in to comment.