File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/MixedRealityToolkit/_Core/Services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,12 @@ public void ResetConfiguration(MixedRealityToolkitConfigurationProfile profile)
112112
113113 #region Mixed Reality runtime component registry
114114
115- private readonly List < Tuple < Type , IMixedRealityService > > registeredMixedRealityServices = new List < Tuple < Type , IMixedRealityService > > ( ) ;
115+ private static readonly List < Tuple < Type , IMixedRealityService > > registeredMixedRealityServices = new List < Tuple < Type , IMixedRealityService > > ( ) ;
116116
117117 /// <summary>
118118 /// Local component registry for the Mixed Reality Toolkit, to allow runtime use of the <see cref="IMixedRealityService"/>.
119119 /// </summary>
120- public IReadOnlyList < Tuple < Type , IMixedRealityService > > RegisteredMixedRealityServices => registeredMixedRealityServices ;
120+ public static IReadOnlyList < Tuple < Type , IMixedRealityService > > RegisteredMixedRealityServices => registeredMixedRealityServices ;
121121
122122 /// <summary>
123123 /// Local component registry for the Mixed Reality Toolkit, to allow runtime use of the <see cref="IMixedRealityService"/>.
You can’t perform that action at this time.
0 commit comments