Fixed missing the scene animation proxy from the content context menu.

This commit is contained in:
Chandler Cox
2022-12-30 18:40:11 -06:00
parent e7cf10aea8
commit 6a46efcf45

View File

@@ -36,6 +36,7 @@ namespace FlaxEditor.Content
/// A <see cref="SceneAnimation"/> asset proxy object.
/// </summary>
/// <seealso cref="FlaxEditor.Content.BinaryAssetProxy" />
[ContentContextMenu("New/Animation/Scene Animation")]
public class SceneAnimationProxy : BinaryAssetProxy
{
/// <inheritdoc />