Skip to content

Commit cd20d72

Browse files
Merge pull request #2849 from keveleigh/NamespaceFix
Updating Diagnostics inspector namespace
2 parents 3d84bdf + 237ed98 commit cd20d72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Assets/MixedRealityToolkit/_Core/Inspectors/Profiles/MixedRealityDiagnosticsSystemProfileInspector.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
using UnityEditor;
77
using UnityEngine;
88

9-
namespace Microsoft.MixedReality.Toolkit.Inspectors.Profiles
9+
namespace Microsoft.MixedReality.Toolkit.Core.Inspectors.Profiles
1010
{
1111
[CustomEditor(typeof(MixedRealityDiagnosticsProfile))]
1212
public class MixedRealityDiagnosticsSystemProfileInspector : MixedRealityBaseConfigurationProfileInspector
1313
{
14-
1514
private SerializedProperty showCpu;
1615
private SerializedProperty showFps;
1716
private SerializedProperty showMemory;

0 commit comments

Comments
 (0)