Skip to content

Commit e64298a

Browse files
committed
Remove unused field
1 parent dd9d680 commit e64298a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

org.mixedrealitytoolkit.input/Simulation/Devices/SimulatedHMD.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ internal class SimulatedHMD : IDisposable
4444

4545
// Smoothing time for the camera position.
4646
private const float moveSmoothingTime = 0.02f;
47-
private Vector3 curVelocity = Vector3.zero;
4847

4948
/// <summary>
5049
/// Initializes a new instance of a <see cref="SimulatedHMD"/> class.

0 commit comments

Comments
 (0)