This commit is contained in:
Wojtek Figat
2023-11-07 10:54:11 +01:00
parent f163edfb7e
commit 4238c43f27
2 changed files with 18 additions and 30 deletions

View File

@@ -9,7 +9,7 @@ namespace FlaxEditor.Content;
/// <summary>
/// Manages and converts the selected content item to the appropriate types. Useful for drag operations.
/// </summary>
public class AssetPickerValidator: IContentItemOwner
public class AssetPickerValidator : IContentItemOwner
{
private Asset _selected;
private ContentItem _selectedItem;