Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Missed a few changes when pulling out controller data provider refact…
Browse files Browse the repository at this point in the history
…or (#365)

* Missed a few changes when pulling out controller data provider refactor

* updated oculus checkout
  • Loading branch information
StephenHodgson authored and SimonDarksideJ committed Sep 29, 2019
1 parent ef90823 commit 3904a9f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Extensions/InteractionMappingsExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ public static void RaiseInputAction(this MixedRealityInteractionMapping interact
default:
break;
}
}
}
}
}
1 change: 0 additions & 1 deletion Providers/Controllers/Speech/WindowsSpeechDataProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using XRTK.Definitions.InputSystem;
using XRTK.Definitions.Utilities;
using XRTK.Interfaces.InputSystem;
using XRTK.Providers.Controllers.Speech;
using XRTK.Services;

#if UNITY_STANDALONE_WIN || UNITY_WSA || UNITY_EDITOR_WIN
Expand Down
1 change: 1 addition & 0 deletions Providers/Controllers/UnityInput/MouseDataProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public override void Enable()
}

MixedRealityToolkit.InputSystem?.RaiseSourceDetected(Controller.InputSource, Controller);
AddController(Controller);
}

/// <inheritdoc />
Expand Down

0 comments on commit 3904a9f

Please sign in to comment.