Minor fixes for #1247

This commit is contained in:
Wojtek Figat
2023-07-18 10:55:15 +02:00
parent 338499536f
commit 8f8c0e4b81
2 changed files with 36 additions and 76 deletions

View File

@@ -37,6 +37,7 @@ namespace FlaxEditor.CustomEditors.Editors
/// The asset picker used to get a reference to an asset.
/// </summary>
public AssetPicker Picker;
private ScriptType _valueType;
/// <inheritdoc />