diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-02 17:13:32 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-02 17:13:32 +0100 |
| commit | 0c58f5048e37ad40c68f56f3dc7756d60816cc0e (patch) | |
| tree | d64e3d12f4994d2b2c0f4bd9d0c2c74611289b04 /Penguloon/Controls/ObjectSelector.cs | |
| parent | c3c4f2c7617c393ad6e8c7f1d87abf4a9a8cf602 (diff) | |
fanboi & chumchum
Diffstat (limited to 'Penguloon/Controls/ObjectSelector.cs')
| -rw-r--r-- | Penguloon/Controls/ObjectSelector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Controls/ObjectSelector.cs b/Penguloon/Controls/ObjectSelector.cs index 277107b..a13f3eb 100644 --- a/Penguloon/Controls/ObjectSelector.cs +++ b/Penguloon/Controls/ObjectSelector.cs @@ -17,7 +17,7 @@ namespace Penguloon.Controls public class ObjectSelector : ControlBase { - public State State { get; set; } + public State State { get; set; } = State.Idle; public int SelectedObjectIndex { get; set; } = -1; |
