Merge branch 'Tryibion-add-tag-fix' into 1.5
This commit is contained in:
@@ -313,7 +313,14 @@ namespace FlaxEditor.Windows.Assets
|
||||
/// </summary>
|
||||
public void RefreshAsset()
|
||||
{
|
||||
_isWaitingForLoaded = true;
|
||||
if (_asset == null)
|
||||
return;
|
||||
if (!_asset.IsLoaded)
|
||||
return;
|
||||
|
||||
OnAssetLoaded();
|
||||
MarkAsEdited();
|
||||
Save();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user