Fix scene animation rendering issue with game window is not selected tab
Fixes #170
This commit is contained in:
@@ -430,7 +430,7 @@ namespace FlaxEditor.Windows.Assets
|
||||
/// <summary>
|
||||
/// Gets the original asset. Note: <see cref="AssetEditorWindowBase{T}.Asset"/> is the cloned asset for local editing. Use <see cref="SaveToOriginal"/> to apply changes to the original asset.
|
||||
/// </summary>
|
||||
public T OriginalAsset => (T)FlaxEngine.Content.GetAsset(_item.ID);
|
||||
public T OriginalAsset => (T)FlaxEngine.Content.Load(_item.ID);
|
||||
|
||||
/// <inheritdoc />
|
||||
protected ClonedAssetEditorWindowBase(Editor editor, AssetItem item)
|
||||
|
||||
Reference in New Issue
Block a user