Skip to content

Commit

Permalink
[lock state] move malformed array under comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dodikk committed Apr 4, 2022
1 parent 6de5a77 commit b570b4f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ public class MainPageViewModel : ObservableObject
/// The bottom drawer lock states
///
/// Note: [alex-d] works incorrectly when more than 3 values
/// private double[] _LockStates = new double[] { 0, .30, 0.6, 0.95 };
/// </summary>
private double[] _LockStates = new double[] { 0, .30, 0.6, 0.95 };
private double[] _LockStates = new double[] { 0, .50, 0.75 };


#endregion

Expand Down

0 comments on commit b570b4f

Please sign in to comment.