Skip to content

Commit b1d2d6f

Browse files
authored
Merge pull request #9633 from keveleigh/fix-2019
Update to use non-obsolete method in WMR controller
2 parents 098f232 + 62b2a51 commit b1d2d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MRTK/Providers/WindowsMixedReality/XRSDK/Controllers/WindowsMixedRealityXRSDKMotionController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ protected override void UpdateDualAxisData(MixedRealityInteractionMapping intera
140140
protected override bool TryRenderControllerModel(System.Type controllerType, InputSourceType inputSourceType)
141141
{
142142
if (GetControllerVisualizationProfile() == null ||
143-
!GetControllerVisualizationProfile().GetUseDefaultModelsOverride(GetType(), ControllerHandedness))
143+
!GetControllerVisualizationProfile().GetUsePlatformModelsOverride(GetType(), ControllerHandedness))
144144
{
145145
return base.TryRenderControllerModel(controllerType, inputSourceType);
146146
}

0 commit comments

Comments
 (0)