Skip to content

Commit e7d3d67

Browse files
committed
Don't reset the content to the origin in the else case. Just leave it as-is
1 parent 1f58f4d commit e7d3d67

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Assets/MRTK/Core/Utilities/SceneContent/MixedRealitySceneContent.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ public void InitializeSceneContent()
111111

112112
containerObject.position = contentPosition;
113113
}
114-
else
115-
{
116-
contentPosition = Vector3.zero;
117-
containerObject.position = contentPosition;
118-
}
119114
}
120115

121116
if (alignmentType == AlignmentType.AlignWithHeadHeight)

0 commit comments

Comments
 (0)