Skip to content

Commit 35ed161

Browse files
committed
Mark not initialized explicitly
1 parent 8c7df53 commit 35ed161

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/MRTK/Services/SpatialAwarenessSystem/MixedRealitySpatialAwarenessSystem.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ public bool CheckCapability(MixedRealityCapability capability)
6868
/// <inheritdoc/>
6969
public override void Initialize()
7070
{
71+
// Mark not initialized early so observers can use this state in their own initialization
72+
IsInitialized = false;
7173
InitializeInternal();
7274
base.Initialize();
7375
}

0 commit comments

Comments
 (0)