Merge remote-tracking branch 'origin/master' into 1.6
This commit is contained in:
@@ -146,7 +146,7 @@ namespace FlaxEditor.CustomEditors.Editors
|
||||
_size.IntValue.MinValue = 0;
|
||||
_size.IntValue.MaxValue = ushort.MaxValue;
|
||||
_size.IntValue.Value = size;
|
||||
_size.IntValue.ValueChanged += OnSizeChanged;
|
||||
_size.IntValue.EditEnd += OnSizeChanged;
|
||||
}
|
||||
|
||||
// Elements
|
||||
|
||||
Reference in New Issue
Block a user