Merge branch 'add-tag-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-tag-fix
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