Skip to content

Commit efacac6

Browse files
sorted field and property
1 parent 8e50897 commit efacac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/MixedRealityToolkit-SDK/Features/Teleportation/MixedRealityTeleportManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ public override void Unregister(GameObject listener)
112112

113113
#region IMixedRealityTeleportSystem Implementation
114114

115+
private float teleportDuration = 0.25f;
116+
115117
/// <inheritdoc />
116118
public float TeleportDuration
117119
{
@@ -128,8 +130,6 @@ public float TeleportDuration
128130
}
129131
}
130132

131-
private float teleportDuration = 0.25f;
132-
133133
private static readonly ExecuteEvents.EventFunction<IMixedRealityTeleportHandler> OnTeleportRequestHandler =
134134
delegate (IMixedRealityTeleportHandler handler, BaseEventData eventData)
135135
{

0 commit comments

Comments
 (0)