Skip to content

Commit da06315

Browse files
reverted nessicary property name change
1 parent 310a69c commit da06315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit-SDK/Features/Input/Handlers/ControllerPoseSynchronizer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class ControllerPoseSynchronizer : InputSystemGlobalListener, IMixedReali
3030
private bool destroyOnSourceLost = true;
3131

3232
/// <inheritdoc />
33-
public bool DestroyOnLost
33+
public bool DestroyOnSourceLost
3434
{
3535
get { return destroyOnSourceLost; }
3636
set { destroyOnSourceLost = value; }

0 commit comments

Comments
 (0)